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/53-6061.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "2T000",
         "title": "Traffic Management Operations Manager (Enlisted)",
         "active": true
      },
      {
         "code": "2T011",
         "title": "Traffic Management Operations Helper (Enlisted)",
         "active": true
      },
      {
         "code": "2T031",
         "title": "Traffic Management Operations Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "2T051",
         "title": "Traffic Management Operations Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "2T071",
         "title": "Traffic Management Operations Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "2T091",
         "title": "Traffic Management Operations Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "2T0X1",
         "title": "Traffic Management Operations (Enlisted)",
         "active": true
      },
      {
         "code": "2T200",
         "title": "Air Transportation Manager (Enlisted)",
         "active": true
      },
      {
         "code": "2T211",
         "title": "Air Transportation Helper (Enlisted)",
         "active": true
      },
      {
         "code": "2T231",
         "title": "Air Transportation Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "2T251",
         "title": "Air Transportation Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "2T271",
         "title": "Air Transportation Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "2T291",
         "title": "Air Transportation Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "2T2X1",
         "title": "Air Transportation (Enlisted)",
         "active": true
      },
      {
         "code": "1A600",
         "title": "Flight Attendant Manager (Enlisted)",
         "active": false
      },
      {
         "code": "1A611",
         "title": "Flight Attendant Helper (Enlisted)",
         "active": false
      },
      {
         "code": "1A631A",
         "title": "Flight Attendant Apprentice, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631D",
         "title": "Flight Attendant Apprentice, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631J",
         "title": "Flight Attendant Apprentice, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631",
         "title": "Flight Attendant Apprentice (Enlisted)",
         "active": false
      },
      {
         "code": "1A651A",
         "title": "Flight Attendant Journeyman, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651D",
         "title": "Flight Attendant Journeyman, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651J",
         "title": "Flight Attendant Journeyman, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651",
         "title": "Flight Attendant Journeyman (Enlisted)",
         "active": false
      },
      {
         "code": "1A671A",
         "title": "Flight Attendant Craftsman, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671D",
         "title": "Flight Attendant Craftsman, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671J",
         "title": "Flight Attendant Craftsman, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671",
         "title": "Flight Attendant Craftsman (Enlisted)",
         "active": false
      },
      {
         "code": "1A691",
         "title": "Flight Attendant Superintendent (Enlisted)",
         "active": false
      },
      {
         "code": "1A6X1",
         "title": "Flight Attendant (Enlisted)",
         "active": false
      }
   ],
   "army": [
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001595",
         "title": "Air Warfare Systems Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "749A",
         "title": "Air Transportation Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "778A",
         "title": "Second Loadmaster (Enlisted)",
         "active": true
      }
   ]
}