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-3012.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "3E011",
         "title": "Electrical Systems Helper (Enlisted)",
         "active": true
      },
      {
         "code": "3E031",
         "title": "Electrical Systems Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "3E051",
         "title": "Electrical Systems Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "3E071",
         "title": "Electrical Systems Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "3E0X1",
         "title": "Electrical Systems (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": "120A",
         "title": "Construction Engineering Technician (Warrant Officer only)",
         "active": true
      },
      {
         "code": "12A",
         "title": "Engineer (Commissioned Officer only)",
         "active": true
      },
      {
         "code": "12R",
         "title": "Interior Electrician (Enlisted)",
         "active": true
      },
      {
         "code": "12T",
         "title": "Technical Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "ELC",
         "title": "Electronics Specialty (Warrant Officer only)",
         "active": true
      },
      {
         "code": "EM",
         "title": "Electrician's Mate (Enlisted)",
         "active": true
      },
      {
         "code": "ENG",
         "title": "Naval Engineering Specialty (Warrant Officer only)",
         "active": true
      },
      {
         "code": "MSSE",
         "title": "Marine Safety Specialist Engineer (Warrant Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "1141",
         "title": "Electrician (Enlisted)",
         "active": true
      },
      {
         "code": "1142",
         "title": "Engineer Equipment Electrical Systems Technician (Enlisted)",
         "active": false
      }
   ],
   "navy": [
      {
         "code": "EA",
         "title": "Engineering Aid (Enlisted)",
         "active": true
      },
      {
         "code": "EM",
         "title": "Electrician's Mate (Enlisted)",
         "active": true
      }
   ]
}