Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/veterans/careers/13-1051.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "65F1",
         "title": "Financial Management (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65F3",
         "title": "Financial Management (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65F4",
         "title": "Financial Management (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65FX",
         "title": "Financial Management (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65W1",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65W3",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65W4",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65WX",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "12A",
         "title": "Engineer (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "36A",
         "title": "Financial Manager (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "51C",
         "title": "Contracting Noncommissioned Officer (NCO) (Enlisted)",
         "active": true
      },
      {
         "code": "51C",
         "title": "Contract and Industrial Management (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "51Z",
         "title": "Acquisition (Commissioned Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "1371",
         "title": "Combat Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "3044",
         "title": "Operational Contract Support Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "1050",
         "title": "Comptroller (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "2164",
         "title": "Designated Project Business Administrator (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "510",
         "title": "SC - Civil Engineer Corps (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "6380",
         "title": "Weapons Equipment Project Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "6470",
         "title": "Weapons Control Systems Project Officer (General) (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "6472",
         "title": "Weapons Control Systems Project Officer (Surface) (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "653",
         "title": "LDO - Civil Engineer Corps (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "6582",
         "title": "Undersea Weapons Project Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "7970",
         "title": "Yard Planning Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "B01A",
         "title": "Advanced Engineering Aide (Enlisted)",
         "active": true
      },
      {
         "code": "B15A",
         "title": "Construction Planner and Estimator Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "EA",
         "title": "Engineering Aid (Enlisted)",
         "active": true
      },
      {
         "code": "5915",
         "title": "Construction Planner and Estimator Specialist (Enlisted)",
         "active": false
      }
   ],
   "space_force": [
      {
         "code": "65W1",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65W3",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65W4",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "65WX",
         "title": "Cost Analysis (Commissioned Officer only)",
         "active": true
      }
   ]
}