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/19-4013.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "army": [
      {
         "code": "35F",
         "title": "Intelligence Analyst (Enlisted)",
         "active": true
      },
      {
         "code": "640A",
         "title": "Food Safety Officer (Warrant Officer only)",
         "active": true
      },
      {
         "code": "64A",
         "title": "Field Veterinary Service (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "64B",
         "title": "Veterinary Preventive Medicine (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "64",
         "title": "Veterinary Corps Officer (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "68R",
         "title": "Veterinary Food Inspection Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ]
}