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/17-1022.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "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": "3E511",
         "title": "Engineering Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3E531",
         "title": "Engineering Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3E551",
         "title": "Engineering Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3E571",
         "title": "Engineering Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3E591",
         "title": "Engineering Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3E5X1",
         "title": "Engineering (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "120A",
         "title": "Construction Engineering Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "12T",
         "title": "Technical Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "12Y",
         "title": "Geospatial Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "13F",
         "title": "Joint Fire Support Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "140K",
         "title": "Air and Missile Defense (AMD) Systems Tactician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "140L",
         "title": "Air and Missile Defense (AMD) Systems Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "14E",
         "title": "PATRIOT Fire Control Enhanced Operator/Maintainer (Enlisted)",
         "active": true
      },
      {
         "code": "18C",
         "title": "Special Forces Engineer Sergeant (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0261",
         "title": "Geospatial Intelligence Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "0803",
         "title": "Targeting Acquisition Officer (Warrant Officer only)",
         "active": true
      },
      {
         "code": "0848",
         "title": "Field Artillery Operations Man (Enlisted)",
         "active": true
      },
      {
         "code": "1361",
         "title": "Engineer Assistant (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001160",
         "title": "Engineering Aide (Enlisted)",
         "active": true
      },
      {
         "code": "5599",
         "title": "Conversion NEC EA Engineering Aid Basic (Enlisted)",
         "active": true
      },
      {
         "code": "B01A",
         "title": "Advanced Engineering Aide (Enlisted)",
         "active": true
      },
      {
         "code": "EA",
         "title": "Engineering Aid (Enlisted)",
         "active": true
      }
   ]
}