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-2091.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-2091.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "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/53-7063.00/",
         "code": "53-7063.00",
         "title": "Machine Feeders and Offbearers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/",
         "code": "51-9021.00",
         "title": "Crushing, Grinding, and Polishing Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/",
         "code": "51-9012.00",
         "title": "Separating, Filtering, Clarifying, Precipitating, and Still Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/",
         "code": "51-9041.00",
         "title": "Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/",
         "code": "53-7062.00",
         "title": "Laborers and Freight, Stock, and Material Movers, Hand",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/",
         "code": "51-4035.00",
         "title": "Milling and Planing Machine Setters, Operators, and Tenders, Metal and Plastic",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/",
         "code": "53-7011.00",
         "title": "Conveyor Operators and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/",
         "code": "53-7051.00",
         "title": "Industrial Truck and Tractor Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/",
         "code": "37-3012.00",
         "title": "Pesticide Handlers, Sprayers, and Applicators, Vegetation",
         "tags": {}
      }
   ]
}