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/online/occupations/55-3011.00/summary/military_career_summaries
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "career_summary": [
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0006.00/",
         "title": "Air Crew Members"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0012.00/",
         "title": "Aircraft Mechanics"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0022.00/",
         "title": "Avionics Technicians"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0027.00/",
         "title": "Cargo Specialists"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0032.00/",
         "title": "Communications Equipment Operators"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0058.00/",
         "title": "Flight Engineering Technicians"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0165.00/",
         "title": "Search and Rescue Operations Specialists"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0077.01/",
         "title": "Signals Intelligence Specialists"
      },
      {
         "url": "https://www.careersinthemilitary.com/career-detail/0153.00/",
         "title": "Unmanned Vehicle (UV) Operations Specialists"
      }
   ]
}