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/25-1111.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "3F211",
         "title": "Education And Training Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3F231",
         "title": "Education And Training Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3F251",
         "title": "Education and Training Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3F271",
         "title": "Education And Training Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3F291",
         "title": "Education And Training Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3F2X1",
         "title": "Education And Training (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "47E",
         "title": "USMA, Professor of Law (Commissioned Officer only)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "ME",
         "title": "Maritime Enforcement Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "MLES",
         "title": "Maritime Law Enforcement Specialist (Warrant Officer only)",
         "active": true
      },
      {
         "code": "MSSE",
         "title": "Marine Safety Specialist Engineer (Warrant Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0277",
         "title": "Weapons and Tactics Instructor (WTI) Intelligence Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "0277",
         "title": "Weapons and Tactics Instructor (WTI) Intelligence Marine (Enlisted)",
         "active": true
      },
      {
         "code": "0932",
         "title": "Small Arms Weapons Instructor (Enlisted)",
         "active": true
      }
   ]
}