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/51-4081.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "2A711",
         "title": "Aircraft Metals Technology Helper (Enlisted)",
         "active": true
      },
      {
         "code": "2A731",
         "title": "Aircraft Metals Technology Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "2A751",
         "title": "Aircraft Metals Technology Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "2A771",
         "title": "Aircraft Metals Technology Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "2A7X1",
         "title": "Aircraft Metals Technology (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "914A",
         "title": "Allied Trades Warrant Officer (Warrant Officer only)",
         "active": true
      },
      {
         "code": "91E",
         "title": "Allied Trades Specialist (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "ENG",
         "title": "Naval Engineering Specialty (Warrant Officer only)",
         "active": true
      },
      {
         "code": "MK",
         "title": "Machinery Technician (Enlisted)",
         "active": true
      },
      {
         "code": "MSSE",
         "title": "Marine Safety Specialist Engineer (Warrant Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "1316",
         "title": "Metal Worker (Enlisted)",
         "active": true
      },
      {
         "code": "2161",
         "title": "Machinist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "003156",
         "title": "Machinery Repairman Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "003381",
         "title": "Machinery Repairman Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "827A",
         "title": "Rubber and Plastics Worker (Enlisted)",
         "active": true
      },
      {
         "code": "MR",
         "title": "Machinery Repairman (Enlisted)",
         "active": true
      },
      {
         "code": "U31A",
         "title": "Advanced Machinery Repairman (Enlisted)",
         "active": true
      }
   ]
}