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-1161.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "6C011",
         "title": "Contracting Helper (Enlisted)",
         "active": true
      },
      {
         "code": "6C031",
         "title": "Contracting Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "6C051",
         "title": "Contracting Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "6C071",
         "title": "Contracting Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "6C091",
         "title": "Contracting Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "6C0X1",
         "title": "Contracting (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "37A",
         "title": "Psychological Operations (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "37F",
         "title": "Psychological Operations Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "37X",
         "title": "Psychological Operations, Designated (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "58A",
         "title": "Marketing Officer (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "79R",
         "title": "Recruiter (Enlisted)",
         "active": true
      },
      {
         "code": "79T",
         "title": "Recruiting and Retention NCO (Army National Guard of the United States) (Enlisted)",
         "active": true
      },
      {
         "code": "79V",
         "title": "Army Reserve Career Counselor (Army Reserve) (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "3044",
         "title": "Operational Contract Support Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "4511",
         "title": "Recruiting Station Marketing and Communication Marine (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "002764",
         "title": "User Experience Director (Enlisted)",
         "active": true
      },
      {
         "code": "2085",
         "title": "Statistical Data Analyst (Commissioned or Warrant Officer)",
         "active": true
      }
   ]
}