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/53-6031.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/53-6031.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/",
         "code": "49-3023.00",
         "title": "Automotive Service Technicians and Mechanics",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7072.00/",
         "code": "53-7072.00",
         "title": "Pump Operators, Except Wellhead Pumpers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9043.00/",
         "code": "49-9043.00",
         "title": "Maintenance Workers, Machinery",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9031.00/",
         "code": "49-9031.00",
         "title": "Home Appliance Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/",
         "code": "49-3043.00",
         "title": "Rail Car Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/",
         "code": "53-7061.00",
         "title": "Cleaners of Vehicles and Equipment",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/",
         "code": "49-3031.00",
         "title": "Bus and Truck Mechanics and Diesel Engine Specialists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/",
         "code": "49-9012.00",
         "title": "Control and Valve Installers and Repairers, Except Mechanical Door",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/",
         "code": "53-6032.00",
         "title": "Aircraft Service Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8021.00/",
         "code": "51-8021.00",
         "title": "Stationary Engineers and Boiler Operators",
         "tags": {}
      }
   ]
}