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/43-4031.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
   "air_force": [
      {
         "code": "5J000",
         "title": "Paralegal Manager (Enlisted)",
         "active": true
      },
      {
         "code": "5J011",
         "title": "Paralegal Helper (Enlisted)",
         "active": true
      },
      {
         "code": "5J031",
         "title": "Paralegal Apprentice (Enlisted)",
         "active": true
      },
      {
         "code": "5J051",
         "title": "Paralegal Journeyman (Enlisted)",
         "active": true
      },
      {
         "code": "5J071",
         "title": "Paralegal Craftsman (Enlisted)",
         "active": true
      },
      {
         "code": "5J091",
         "title": "Paralegal Superintendent (Enlisted)",
         "active": true
      },
      {
         "code": "5J0X1",
         "title": "Paralegal (Enlisted)",
         "active": true
      }
   ],
   "army": [
      {
         "code": "27D",
         "title": "Paralegal Specialist (Enlisted)",
         "active": true
      },
      {
         "code": "92Y",
         "title": "Unit Supply Specialist (Enlisted)",
         "active": true
      }
   ],
   "marine_corps": [
      {
         "code": "4421",
         "title": "Legal Services Specialist (Enlisted)",
         "active": true
      }
   ],
   "navy": [
      {
         "code": "001469",
         "title": "Senior Paralegal (Enlisted)",
         "active": true
      },
      {
         "code": "001477",
         "title": "Paralegal (Enlisted)",
         "active": true
      },
      {
         "code": "001482",
         "title": "Journeyman Paralegal (Enlisted)",
         "active": true
      },
      {
         "code": "A02A",
         "title": "Navy Paralegal (Enlisted)",
         "active": true
      },
      {
         "code": "LN",
         "title": "Legalman (Enlisted)",
         "active": true
      },
      {
         "code": "PS",
         "title": "Personnel Specialist (Enlisted)",
         "active": true
      }
   ]
}