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/47-2073.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9849",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9849",
         "title": "Learn and follow safety regulations."
      },
      {
         "id": "9850",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9850",
         "title": "Take actions to avoid potential hazards or obstructions, such as utility lines, other equipment, other workers, or falling objects."
      },
      {
         "id": "9852",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9852",
         "title": "Start engines, move throttles, switches, or levers, or depress pedals to operate machines, such as bulldozers, trench excavators, road graders, or backhoes."
      },
      {
         "id": "9858",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9858",
         "title": "Coordinate machine actions with other activities, positioning or moving loads in response to hand or audio signals from crew members."
      },
      {
         "id": "9855",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9855",
         "title": "Align machines, cutterheads, or depth gauge makers with reference stakes and guidelines or ground or position equipment, following hand signals of other workers."
      }
   ]
}