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-3051.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "2T100",
         "title": "Ground Transportation Manager (Enlisted)",
         "active": true
      },
      {
         "code": "2T111",
         "title": "Ground Transportation Helper (Enlisted)",
         "active": true
      },
      {
         "code": "2T131",
         "title": "Ground Transportation Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "2T151",
         "title": "Ground Transportation Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "2T171",
         "title": "Ground Transportation Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "2T191",
         "title": "Ground Transportation Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "2T1X1",
         "title": "Ground Transportation (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "88M",
         "title": "Motor Transport Operator (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "3531",
         "title": "Motor Vehicle Operator (Enlisted)",
         "active": true
      }
   ]
}