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-9051.00/related/tasks/13276
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "13276",
      "title": "Remove containers of sorted mail or parcels and transfer them to designated areas according to established procedures.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/43-9051.00?tasks=13276"
   },
   "occupation": [
      {
         "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/43-5011.00/",
         "code": "43-5011.00",
         "title": "Cargo and Freight Agents",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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-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/27-4015.00/",
         "code": "27-4015.00",
         "title": "Lighting Technicians",
         "tags": {}
      }
   ]
}