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/51-4021.00/related/tasks/8480
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "8480",
      "title": "Troubleshoot, maintain, and make minor repairs to equipment.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/51-4021.00?tasks=8480"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/",
         "code": "51-8092.00",
         "title": "Gas Plant Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/",
         "code": "51-8013.00",
         "title": "Power Plant Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8013.04/",
         "code": "51-8013.04",
         "title": "Hydroelectric Plant Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/",
         "code": "51-4081.00",
         "title": "Multiple Machine Tool Setters, Operators, and Tenders, Metal and Plastic",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8021.00/",
         "code": "51-8021.00",
         "title": "Stationary Engineers and Boiler Operators",
         "tags": {}
      }
   ]
}