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/11-9141.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "army": [
      {
         "code": "38G",
         "title": "Military Government (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "51C",
         "title": "Contracting Noncommissioned Officer (NCO) (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "1330",
         "title": "Facilities Management Officer (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "3044",
         "title": "Operational Contract Support Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "1112",
         "title": "Bachelor Quarters Manager (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "4205",
         "title": "Facilities Engineering Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "4220",
         "title": "Facilities Design Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "4230",
         "title": "Facilities Construction/Facilities Services Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "9442",
         "title": "Facilities Manager (Commissioned or Warrant Officer)",
         "active": true
      }
   ]
}