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/53-7064.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "2G011",
         "title": "Logistics Plans Helper (Enlisted)",
         "active": true
      },
      {
         "code": "2G031",
         "title": "Logistics Plans Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "2G051",
         "title": "Logistics Plans Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "2G071",
         "title": "Logistics Plans Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "2G091",
         "title": "Logistics Plans Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "2G0X1",
         "title": "Logistics Plans (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "88H",
         "title": "Cargo Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "88N",
         "title": "Transportation Management Coordinator (Enlisted)",
         "active": true
      },
      {
         "code": "89B",
         "title": "Ammunition Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "920A",
         "title": "Property Accounting Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "920B",
         "title": "Supply Systems Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "923A",
         "title": "Petroleum Systems Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "92A",
         "title": "Automated Logistical Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92F",
         "title": "Petroleum Supply Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92R",
         "title": "Parachute Rigger (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "F&S",
         "title": "Finance and Supply Specialty (Warrant Officer only)",
         "active": true
      },
      {
         "code": "SK",
         "title": "Storekeeper (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0161",
         "title": "Postal Clerk (Enlisted)",
         "active": true
      },
      {
         "code": "0431",
         "title": "Logistics/Embarkation Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "0441",
         "title": "Logistics Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "0451",
         "title": "Airborne and Air Delivery Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "0481",
         "title": "Landing Support Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "0491",
         "title": "Logistics/Mobility Chief (Enlisted)",
         "active": true
      },
      {
         "code": "3051",
         "title": "Inventory Management Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "3152",
         "title": "Distribution Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "6542",
         "title": "Ammunition Inventory Management Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "773A",
         "title": "Special Operations Parachute Rigger (Enlisted)",
         "active": true
      },
      {
         "code": "AO",
         "title": "Aviation Ordnanceman (Enlisted)",
         "active": true
      },
      {
         "code": "LSS",
         "title": "Logistics Specialist (Submarine) (Enlisted)",
         "active": true
      },
      {
         "code": "LS",
         "title": "Logistics Specialist (Enlisted)",
         "active": true
      }
   ]
}