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-2111.02/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "3E711",
         "title": "Fire Protection Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3E731",
         "title": "Fire Protection Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3E751",
         "title": "Fire Protection Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3E771",
         "title": "Fire Protection Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3E791",
         "title": "Fire Protection Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3E7X1",
         "title": "Fire Protection (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "7011",
         "title": "Expeditionary Airfield Systems Technician (Enlisted)",
         "active": true
      },
      {
         "code": "8012",
         "title": "Ground Safety Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "8012",
         "title": "Ground Safety Officer (Commissioned Officer only)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "6990",
         "title": "Weapons Safety Officer (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "8656",
         "title": "Aviation Safety Officer (Commissioned Officer only)",
         "active": true
      }
   ]
}