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/27-2022.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "1Z311",
         "title": "Tactical Air Control Party (TACP) Helper (Enlisted)",
         "active": true
      },
      {
         "code": "1Z331",
         "title": "Tactical Air Control Party (TACP) Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "1Z351",
         "title": "Tactical Air Control Party (TACP) Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "1Z371",
         "title": "Tactical Air Control Party (TACP) Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "1Z391",
         "title": "Tactical Air Control Party (TACP) Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "1Z3X1",
         "title": "Tactical Air Control Party (TACP) (Enlisted)",
         "active": true
      },
      {
         "code": "1Z411",
         "title": "Special Reconnaissance Helper (Enlisted)",
         "active": true
      },
      {
         "code": "1Z431",
         "title": "Special Reconnaissance Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "1Z451",
         "title": "Special Reconnaissance Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "1Z471",
         "title": "Special Reconnaissance Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "1Z491",
         "title": "Special Reconnaissance Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "1Z4X1",
         "title": "Special Reconnaissance (Enlisted)",
         "active": true
      },
      {
         "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
      },
      {
         "code": "3G000",
         "title": "Talent Acquisition Manager (Enlisted)",
         "active": true
      },
      {
         "code": "3G011",
         "title": "Talent Acquisition Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3G031",
         "title": "Talent Acquisition Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3G051",
         "title": "Talent Acquisition Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3G071",
         "title": "Talent Acquisition Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3G091",
         "title": "Talent Acquisition Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3G0X1",
         "title": "Talent Acquisition (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0911",
         "title": "Drill Instructor (Enlisted)",
         "active": true
      },
      {
         "code": "0913",
         "title": "Marine Combat Instructor (Enlisted)",
         "active": true
      },
      {
         "code": "0919",
         "title": "Force Fitness Instructor (Enlisted)",
         "active": true
      },
      {
         "code": "0919",
         "title": "Force Fitness Instructor Officer (Commissioned Officer only)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "3274",
         "title": "Physical Training Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "8CFL",
         "title": "Command Fitness Leader (CFL) (Enlisted)",
         "active": true
      }
   ]
}