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/51-8013.03/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "3E012",
         "title": "Electrical Power Production Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3E032",
         "title": "Electrical Power Production Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3E052",
         "title": "Electrical Power Production Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3E072",
         "title": "Electrical Power Production Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3E0X2",
         "title": "Electrical Power Production (Enlisted)",
         "active": true
      },
      {
         "code": "1A011",
         "title": "In-Flight Refueling Specialist Helper (Enlisted)",
         "active": false
      },
      {
         "code": "1A031B",
         "title": "In-Flight Refueling Specialist Apprentice, KC-46 (Enlisted)",
         "active": false
      },
      {
         "code": "1A031C",
         "title": "In-Flight Refueling Specialist Apprentice, KC-135 (Enlisted)",
         "active": false
      },
      {
         "code": "1A031F",
         "title": "In-Flight Refueling Specialist Apprentice, KC-10 (Enlisted)",
         "active": false
      },
      {
         "code": "1A031",
         "title": "In-Flight Refueling Specialist Apprentice (Enlisted)",
         "active": false
      },
      {
         "code": "1A051B",
         "title": "In-Flight Refueling Specialist Journeyman, KC-46 (Enlisted)",
         "active": false
      },
      {
         "code": "1A051C",
         "title": "In-Flight Refueling Specialist Journeyman, KC-135 (Enlisted)",
         "active": false
      },
      {
         "code": "1A051F",
         "title": "In-Flight Refueling Specialist Journeyman, KC-10 (Enlisted)",
         "active": false
      },
      {
         "code": "1A051",
         "title": "In-Flight Refueling Specialist Journeyman (Enlisted)",
         "active": false
      },
      {
         "code": "1A071B",
         "title": "In-Flight Refueling Specialist Craftsman, KC-46 (Enlisted)",
         "active": false
      },
      {
         "code": "1A071C",
         "title": "In-Flight Refueling Specialist Craftsman, KC-135 (Enlisted)",
         "active": false
      },
      {
         "code": "1A071F",
         "title": "In-Flight Refueling Specialist Craftsman, KC-10 (Enlisted)",
         "active": false
      },
      {
         "code": "1A071",
         "title": "In-Flight Refueling Specialist Craftsman (Enlisted)",
         "active": false
      },
      {
         "code": "1A091",
         "title": "In-Flight Refueling Specialist Superintendent (Enlisted)",
         "active": false
      },
      {
         "code": "1A0X1",
         "title": "In-Flight Refueling Specialist (Enlisted)",
         "active": false
      }
   ],
   "army": [
      {
         "code": "12B",
         "title": "Combat Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "12P",
         "title": "Prime Power Production Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "13B",
         "title": "Cannon Crewmember (Enlisted)",
         "active": true
      },
      {
         "code": "19D",
         "title": "Cavalry Scout (Enlisted)",
         "active": true
      },
      {
         "code": "91B",
         "title": "Wheeled Vehicle Mechanic (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "U65A",
         "title": "Amphibous Command Ship (LCC)/Landing Helicopter Dock (LHD) Steam Plant Operations (SPO) Qualified (Enlisted)",
         "active": true
      }
   ]
}