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

URL:
https://api-v2.onetcenter.org/online/occupations/43-9021.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-9021.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9022.00/",
         "code": "43-9022.00",
         "title": "Word Processors and Typists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/",
         "code": "43-4071.00",
         "title": "File Clerks",
         "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/43-9051.00/",
         "code": "43-9051.00",
         "title": "Mail Clerks and Mail Machine Operators, Except Postal Service",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/",
         "code": "43-9061.00",
         "title": "Office Clerks, General",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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-5061.00/",
         "code": "43-5061.00",
         "title": "Production, Planning, and Expediting Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-3021.00/",
         "code": "43-3021.00",
         "title": "Billing and Posting Clerks",
         "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-3051.00/",
         "code": "43-3051.00",
         "title": "Payroll and Timekeeping Clerks",
         "tags": {}
      }
   ]
}