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/35-1012.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/35-1012.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/",
         "code": "39-1014.00",
         "title": "First-Line Supervisors of Entertainment and Recreation Workers, Except Gambling Services",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-1011.00/",
         "code": "37-1011.00",
         "title": "First-Line Supervisors of Housekeeping and Janitorial Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-1011.00/",
         "code": "51-1011.00",
         "title": "First-Line Supervisors of Production and Operating Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/",
         "code": "45-1011.00",
         "title": "First-Line Supervisors of Farming, Fishing, and Forestry Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-1012.00/",
         "code": "41-1012.00",
         "title": "First-Line Supervisors of Non-Retail Sales Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-1042.00/",
         "code": "53-1042.00",
         "title": "First-Line Supervisors of Helpers, Laborers, and Material Movers, Hand",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-1011.00/",
         "code": "43-1011.00",
         "title": "First-Line Supervisors of Office and Administrative Support Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/",
         "code": "49-1011.00",
         "title": "First-Line Supervisors of Mechanics, Installers, and Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/",
         "code": "53-1044.00",
         "title": "First-Line Supervisors of Passenger Attendants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/",
         "code": "41-1011.00",
         "title": "First-Line Supervisors of Retail Sales Workers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}