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/41-2021.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "4A100",
         "title": "Medical Materiel Manager (Enlisted)",
         "active": true
      },
      {
         "code": "4A111",
         "title": "Medical Materiel Helper (Enlisted)",
         "active": true
      },
      {
         "code": "4A131",
         "title": "Medical Materiel Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "4A151",
         "title": "Medical Materiel Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "4A171",
         "title": "Medical Materiel Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "4A191",
         "title": "Medical Materiel Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "4A1X1",
         "title": "Medical Materiel (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "68J",
         "title": "Medical Logistics Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92A",
         "title": "Automated Logistical Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "SK",
         "title": "Storekeeper (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "3051",
         "title": "Inventory Management Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "4133",
         "title": "Marine Corps Community Services Marine (Enlisted)",
         "active": true
      },
      {
         "code": "6542",
         "title": "Ammunition Inventory Management Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "6672",
         "title": "Aviation Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001727",
         "title": "Retail Operator (Enlisted)",
         "active": true
      },
      {
         "code": "001742",
         "title": "Logistics Manager (Enlisted)",
         "active": true
      },
      {
         "code": "001747",
         "title": "Logistician (Enlisted)",
         "active": true
      },
      {
         "code": "R00A",
         "title": "Logistics Specialist Supervisor (Enlisted)",
         "active": true
      },
      {
         "code": "RS",
         "title": "Retail Services Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "S05A",
         "title": "Reserve Independent Duty Ashore Logistics Specialist (Enlisted)",
         "active": true
      }
   ]
}