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/19-4012.01/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "1C600",
         "title": "Space Systems Operations Manager (Enlisted)",
         "active": true
      },
      {
         "code": "1C611",
         "title": "Space Systems Operations Helper (Enlisted)",
         "active": true
      },
      {
         "code": "1C631",
         "title": "Space Systems Operations Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "1C651",
         "title": "Space Systems Operations Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "1C671",
         "title": "Space Systems Operations Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "1C691",
         "title": "Space Systems Operations Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "1C6X1",
         "title": "Space Systems Operations (Enlisted)",
         "active": true
      },
      {
         "code": "3E511",
         "title": "Engineering Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3E531",
         "title": "Engineering Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3E551",
         "title": "Engineering Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3E571",
         "title": "Engineering Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3E591",
         "title": "Engineering Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3E5X1",
         "title": "Engineering (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "125D",
         "title": "Geospatial Engineering Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "12Y",
         "title": "Geospatial Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "350G",
         "title": "Geospatial Intelligence Imagery Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "35G",
         "title": "Geospatial Intelligence Imagery Analyst (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "0245",
         "title": "Target Mensuration Analyst (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001160",
         "title": "Engineering Aide (Enlisted)",
         "active": true
      },
      {
         "code": "2310",
         "title": "Geospatial Information and Services (GIandS) Officer (Commissioned or Warrant Officer)",
         "active": true
      }
   ]
}