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-6031.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "1P011A",
         "title": "Aircrew Flight Equipment Helper, Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P011B",
         "title": "Aircrew Flight Equipment Helper, Non-Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P011",
         "title": "Aircrew Flight Equipment Helper (Enlisted)",
         "active": true
      },
      {
         "code": "1P031A",
         "title": "Aircrew Flight Equipment Apprentice, Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P031B",
         "title": "Aircrew Flight Equipment Apprentice, Non-Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P031",
         "title": "Aircrew Flight Equipment Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "1P051A",
         "title": "Aircrew Flight Equipment Journeyman, Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P051B",
         "title": "Aircrew Flight Equipment Journeyman, Non-Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P051",
         "title": "Aircrew Flight Equipment Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "1P071A",
         "title": "Aircrew Flight Equipment Craftsman, Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P071B",
         "title": "Aircrew Flight Equipment Craftsman, Non-Ejection Seat Aircraft (Enlisted)",
         "active": true
      },
      {
         "code": "1P071",
         "title": "Aircrew Flight Equipment Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "1P091",
         "title": "Aircrew Flight Equipment Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "1P0X1",
         "title": "Aircrew Flight Equipment (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "92R",
         "title": "Parachute Rigger (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "AST",
         "title": "Aviation Survival Technician (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0451",
         "title": "Airborne and Air Delivery Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "6048",
         "title": "Flight Equipment Technician (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001692",
         "title": "Aviation Life Support Systems Intermediate Level Technician (Enlisted)",
         "active": true
      },
      {
         "code": "001700",
         "title": "Aviation Life Support Systems Organizational Level Technician (Enlisted)",
         "active": true
      },
      {
         "code": "001705",
         "title": "Special Operations Parachute Rigger (Enlisted)",
         "active": true
      },
      {
         "code": "PR",
         "title": "Aircrew Survival Equipmentman (Enlisted)",
         "active": true
      }
   ]
}