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-4021.00/explore_more
Status:
200 OK
Content-Type:
application/json
{
   "careers": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-3031.00/",
         "code": "43-3031.00",
         "title": "Bookkeeping, Accounting, & Auditing Clerks",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-4071.00/",
         "code": "43-4071.00",
         "title": "File Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-6012.00/",
         "code": "43-6012.00",
         "title": "Legal Secretaries & Administrative Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-9061.00/",
         "code": "43-9061.00",
         "title": "Office Clerks, General",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-6014.00/",
         "code": "43-6014.00",
         "title": "Secretaries & Administrative Assistants",
         "tags": {
            "bright_outlook": true
         }
      }
   ],
   "industries": [
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/54/some_people",
         "code": 54,
         "title": "Professional, Science, & Technical"
      },
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/52/some_people",
         "code": 52,
         "title": "Finance & Insurance"
      },
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/62/some_people",
         "code": 62,
         "title": "Health & Counseling"
      }
   ]
}