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/43-4171.00/details/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/",
         "code": "43-6013.00",
         "title": "Medical Secretaries and Administrative Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/",
         "code": "43-9061.00",
         "title": "Office Clerks, General",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/",
         "code": "43-4051.00",
         "title": "Customer Service Representatives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-6014.00/",
         "code": "43-6014.00",
         "title": "Secretaries and Administrative Assistants, Except Legal, Medical, and Executive",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/",
         "code": "43-2011.00",
         "title": "Switchboard Operators, Including Answering Service",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-6011.00/",
         "code": "43-6011.00",
         "title": "Executive Secretaries and Executive Administrative Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-2021.00/",
         "code": "41-2021.00",
         "title": "Counter and Rental Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4111.00/",
         "code": "43-4111.00",
         "title": "Interviewers, Except Eligibility and Loan",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/",
         "code": "29-2099.08",
         "title": "Patient Representatives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4021.00/",
         "code": "43-4021.00",
         "title": "Correspondence Clerks",
         "tags": {}
      }
   ]
}