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/51-9021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12376",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12376",
         "title": "Observe operation of equipment to ensure continuity of flow, safety, and efficient operation, and to detect malfunctions."
      },
      {
         "id": "12381",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12381",
         "title": "Clean, adjust, and maintain equipment, using hand tools."
      },
      {
         "id": "12389",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12389",
         "title": "Tend accessory equipment, such as pumps and conveyors, to move materials or ingredients through production processes."
      },
      {
         "id": "12377",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12377",
         "title": "Move controls to start, stop, or adjust machinery and equipment that crushes, grinds, polishes, or blends materials."
      },
      {
         "id": "12382",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/related/tasks/12382",
         "title": "Notify supervisors of needed repairs."
      }
   ]
}