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/15-2051.02/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "4A000",
         "title": "Health Services Management Manager (Enlisted)",
         "active": true
      },
      {
         "code": "4A011",
         "title": "Health Services Management Helper (Enlisted)",
         "active": true
      },
      {
         "code": "4A031",
         "title": "Health Services Management Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "4A051S",
         "title": "Health Services Management Journeyman, Health Information Technology (Enlisted)",
         "active": true
      },
      {
         "code": "4A051",
         "title": "Health Services Management Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "4A071S",
         "title": "Health Services Management Craftsman, Health Information Technology (Enlisted)",
         "active": true
      },
      {
         "code": "4A071",
         "title": "Health Services Management Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "4A091",
         "title": "Health Services Management Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "4A0X1",
         "title": "Health Services Management (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "68G",
         "title": "Patient Administration Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "70D",
         "title": "Health Services Systems Management (Commissioned Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "6049",
         "title": "Aviation Data Analyst (Enlisted)",
         "active": true
      }
   ]
}