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/43-9051.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/43-9051.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/43-5053.00/",
         "code": "43-5053.00",
         "title": "Postal Service Mail Sorters, Processors, and Processing Machine Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5071.00/",
         "code": "43-5071.00",
         "title": "Shipping, Receiving, and Inventory Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5052.00/",
         "code": "43-5052.00",
         "title": "Postal Service Mail Carriers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5021.00/",
         "code": "43-5021.00",
         "title": "Couriers and Messengers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9021.00/",
         "code": "43-9021.00",
         "title": "Data Entry Keyers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9071.00/",
         "code": "43-9071.00",
         "title": "Office Machine Operators, Except Computer",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7065.00/",
         "code": "53-7065.00",
         "title": "Stockers and Order Fillers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/43-4151.00/",
         "code": "43-4151.00",
         "title": "Order Clerks",
         "tags": {}
      }
   ]
}