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/37-3011.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/37-3011.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/",
         "code": "37-3012.00",
         "title": "Pesticide Handlers, Sprayers, and Applicators, Vegetation",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/",
         "code": "37-3013.00",
         "title": "Tree Trimmers and Pruners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-2092.00/",
         "code": "45-2092.00",
         "title": "Farmworkers and Laborers, Crop, Nursery, and Greenhouse",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-1012.00/",
         "code": "37-1012.00",
         "title": "First-Line Supervisors of Landscaping, Lawn Service, and Groundskeeping Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/",
         "code": "45-2091.00",
         "title": "Agricultural Equipment Operators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/",
         "code": "47-4051.00",
         "title": "Highway Maintenance Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-3015.00/",
         "code": "47-3015.00",
         "title": "Helpers--Pipelayers, Plumbers, Pipefitters, and Steamfitters",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/",
         "code": "47-2073.00",
         "title": "Operating Engineers and Other Construction Equipment Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/",
         "code": "45-4021.00",
         "title": "Fallers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/",
         "code": "49-9071.00",
         "title": "Maintenance and Repair Workers, General",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}