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/49-3051.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "army": [
      {
         "code": "88L",
         "title": "Watercraft Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "91B",
         "title": "Wheeled Vehicle Mechanic (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "BM",
         "title": "Boatswain's Mate (Enlisted)",
         "active": true
      },
      {
         "code": "ENG",
         "title": "Naval Engineering Specialty (Warrant Officer only)",
         "active": true
      },
      {
         "code": "MK",
         "title": "Machinery Technician (Enlisted)",
         "active": true
      },
      {
         "code": "MSSD",
         "title": "Marine Safety Specialist Deck (Warrant Officer only)",
         "active": true
      },
      {
         "code": "MSSE",
         "title": "Marine Safety Specialist Engineer (Warrant Officer only)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "1342",
         "title": "Small Craft Mechanic (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "003156",
         "title": "Machinery Repairman Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "003179",
         "title": "Diesel Engine Systems Technician (Enlisted)",
         "active": true
      },
      {
         "code": "003381",
         "title": "Machinery Repairman Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "003653",
         "title": "Diesel Engine Systems Maintainer (Enlisted)",
         "active": true
      },
      {
         "code": "003813",
         "title": "Mechanical Maintenance Technician (Enlisted)",
         "active": true
      },
      {
         "code": "720A",
         "title": "Naval Special Warfare (NSW), Combatant-Craft Assault Support Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "720B",
         "title": "Naval Special Warfare (NSW), Special Operation Craft Riverine (SOCR) Support Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "720C",
         "title": "Naval Special Warfare (NSW), Combatant-Craft Medium Support Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "720D",
         "title": "Naval Special Warfare (NSW), Combatant-Craft Heavy Support Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "721B",
         "title": "General Dynamics (GD) Littoral Combat Ship (LCS) Core Crew Mission Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "746B",
         "title": "Outboard Engine Maintenance Technician (Enlisted)",
         "active": true
      },
      {
         "code": "777B",
         "title": "Lockheed Martin (LM) Littoral Combat Ship (LCS) Core Crew Mission Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "800D",
         "title": "LCAC Deck Engineer (Enlisted)",
         "active": true
      },
      {
         "code": "800E",
         "title": "LCAC Craft Engineer/Assistant Operator (Enlisted)",
         "active": true
      },
      {
         "code": "EN",
         "title": "Engineman (Enlisted)",
         "active": true
      },
      {
         "code": "SB",
         "title": "Special Warfare Boat Operator (Enlisted)",
         "active": true
      },
      {
         "code": "4313",
         "title": "Outboard Engine Maintenance Technician (Enlisted)",
         "active": false
      }
   ]
}