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/49-9098.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3083",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3083",
         "title": "Install or replace machinery, equipment, and new or replacement parts and instruments, using hand or power tools."
      },
      {
         "id": "3081",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3081",
         "title": "Examine and test machinery, equipment, components, and parts for defects to ensure proper functioning."
      },
      {
         "id": "3080",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3080",
         "title": "Tend and observe equipment and machinery to verify efficient and safe operation."
      },
      {
         "id": "3082",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3082",
         "title": "Adjust, connect, or disconnect wiring, piping, tubing, and other parts, using hand or power tools."
      },
      {
         "id": "3084",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tasks/3084",
         "title": "Clean or lubricate vehicles, machinery, equipment, instruments, tools, work areas, and other objects, using hand tools, power tools, and cleaning equipment."
      }
   ]
}