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/13-2099.04/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "71S1",
         "title": "Special Investigations (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "71S3",
         "title": "Special Investigations (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "71S4",
         "title": "Special Investigations (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "71SX",
         "title": "Special Investigations (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "7S000",
         "title": "Special Investigations Manager (Enlisted)",
         "active": true
      },
      {
         "code": "7S011",
         "title": "Special Investigations Helper (Enlisted)",
         "active": true
      },
      {
         "code": "7S031",
         "title": "Special Investigations Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "7S071",
         "title": "Special Investigations Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "7S091",
         "title": "Special Investigations Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "7S0X1",
         "title": "Special Investigations (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "311A",
         "title": "CID Special Agent (Warrant Officer only)",
         "active": true
      },
      {
         "code": "31D",
         "title": "CID Special Agent (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "INV",
         "title": "Investigations (Warrant Officer only)",
         "active": true
      },
      {
         "code": "IV",
         "title": "Investigator (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "5805",
         "title": "Criminal Investigation Officer (Warrant Officer only)",
         "active": true
      },
      {
         "code": "5819",
         "title": "Military Police Investigator (Enlisted)",
         "active": true
      },
      {
         "code": "5821",
         "title": "Criminal Investigator (CID) Agent (Enlisted)",
         "active": true
      },
      {
         "code": "5822",
         "title": "Forensic Psycho-Physiologist (Polygraph Examiner) (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "P02A",
         "title": "Military Investigator (Enlisted)",
         "active": true
      },
      {
         "code": "P12A",
         "title": "Military Criminal Investigator (Enlisted)",
         "active": true
      }
   ]
}