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/39-1022.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "1A611",
         "title": "Flight Attendant Helper (Enlisted)",
         "active": false
      },
      {
         "code": "1A631A",
         "title": "Flight Attendant Apprentice, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631D",
         "title": "Flight Attendant Apprentice, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631J",
         "title": "Flight Attendant Apprentice, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A631",
         "title": "Flight Attendant Apprentice (Enlisted)",
         "active": false
      },
      {
         "code": "1A651A",
         "title": "Flight Attendant Journeyman, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651D",
         "title": "Flight Attendant Journeyman, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651J",
         "title": "Flight Attendant Journeyman, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A651",
         "title": "Flight Attendant Journeyman (Enlisted)",
         "active": false
      },
      {
         "code": "1A671A",
         "title": "Flight Attendant Craftsman, C-32/C-40 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671D",
         "title": "Flight Attendant Craftsman, C-20/C-37 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671J",
         "title": "Flight Attendant Craftsman, E-4 (Enlisted)",
         "active": false
      },
      {
         "code": "1A671",
         "title": "Flight Attendant Craftsman (Enlisted)",
         "active": false
      },
      {
         "code": "1A691",
         "title": "Flight Attendant Superintendent (Enlisted)",
         "active": false
      },
      {
         "code": "1A6X1",
         "title": "Flight Attendant (Enlisted)",
         "active": false
      }
   ],
   "army": [
      {
         "code": "03Z",
         "title": "Special Services Senior Sergeant (Enlisted)",
         "active": false
      }
   ],
   "marine_corps": [
      {
         "code": "3372",
         "title": "Marine Aide (Enlisted)",
         "active": true
      },
      {
         "code": "4133",
         "title": "Marine Corps Community Services Marine (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "3525",
         "title": "Family Services Center Director (Commissioned or Warrant Officer)",
         "active": true
      },
      {
         "code": "756A",
         "title": "Barber (Enlisted)",
         "active": true
      }
   ]
}