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/11-9131.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/11-9131.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5051.00/",
         "code": "43-5051.00",
         "title": "Postal Service Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/",
         "code": "11-3012.00",
         "title": "Administrative Services Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3071.00/",
         "code": "11-3071.00",
         "title": "Transportation, Storage, and Distribution Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/43-5032.00/",
         "code": "43-5032.00",
         "title": "Dispatchers, Except Police, Fire, and Ambulance",
         "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/11-1021.00/",
         "code": "11-1021.00",
         "title": "General and Operations Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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-1043.00/",
         "code": "53-1043.00",
         "title": "First-Line Supervisors of Material-Moving Machine and Vehicle Operators",
         "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": {}
      }
   ]
}