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-2098.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "3E000",
         "title": "Facility Systems Manager (Enlisted)",
         "active": true
      },
      {
         "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": "3E090",
         "title": "Facility Systems Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "3E0X1",
         "title": "Electrical Systems (Enlisted)",
         "active": true
      },
      {
         "code": "3E490",
         "title": "Infrastructure Systems Superintendent (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "94F",
         "title": "Computer/Detection Systems Repairer (Enlisted)",
         "active": true
      }
   ],
   "coast_guard": [
      {
         "code": "IT",
         "title": "Information System Technician (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "4799",
         "title": "Conversion NEC IC Interior Communications Electrician Basic (Enlisted)",
         "active": true
      },
      {
         "code": "B02A",
         "title": "Uninterruptible Power Supply (UPS) Maintenance (Enlisted)",
         "active": true
      },
      {
         "code": "IC",
         "title": "Interior Communications Electrician (Enlisted)",
         "active": true
      },
      {
         "code": "V000",
         "title": "Interior Communications Electrician (IC) Apprentice Technical Training (Enlisted)",
         "active": true
      },
      {
         "code": "V001",
         "title": "Interior Communications Electrician (IC) Combined \"A\" School (Enlisted)",
         "active": true
      },
      {
         "code": "V92B",
         "title": "AN/SIA-127/134 Announcing System Maintenance Technician (Enlisted)",
         "active": true
      },
      {
         "code": "5601",
         "title": "Uninterruptible Power Supply (UPS) Maintenance Technician (Enlisted)",
         "active": false
      }
   ]
}