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/45-2011.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/45-2011.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/",
         "code": "47-4011.00",
         "title": "Construction and Building Inspectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/",
         "code": "19-4012.00",
         "title": "Agricultural Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4013.00/",
         "code": "19-4013.00",
         "title": "Food Science Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/19-5012.00/",
         "code": "19-5012.00",
         "title": "Occupational Health and Safety Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/",
         "code": "53-6051.01",
         "title": "Aviation Inspectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/",
         "code": "53-6051.07",
         "title": "Transportation Vehicle, Equipment and Systems Inspectors, Except Aviation",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-2041.00/",
         "code": "45-2041.00",
         "title": "Graders and Sorters, Agricultural Products",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9061.00/",
         "code": "51-9061.00",
         "title": "Inspectors, Testers, Sorters, Samplers, and Weighers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5111.00/",
         "code": "43-5111.00",
         "title": "Weighers, Measurers, Checkers, and Samplers, Recordkeeping",
         "tags": {}
      }
   ]
}