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/53-7041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4979",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4979",
         "title": "Move levers, pedals, and throttles to stop, start, and regulate speeds of hoist or winch drums in response to hand, bell, buzzer, telephone, loud-speaker, or whistle signals, or by observing dial indicators or cable marks."
      },
      {
         "id": "4980",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4980",
         "title": "Start engines of hoists or winches and use levers and pedals to wind or unwind cable on drums."
      },
      {
         "id": "4981",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4981",
         "title": "Observe equipment gauges and indicators and hand signals of other workers to verify load positions or depths."
      },
      {
         "id": "4982",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4982",
         "title": "Operate compressed air, diesel, electric, gasoline, or steam-driven hoists or winches to control movement of cableways, cages, derricks, draglines, loaders, railcars, or skips."
      },
      {
         "id": "4983",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4983",
         "title": "Move or reposition hoists, winches, loads and materials, manually or using equipment and machines such as trucks, cars, and hand trucks."
      }
   ]
}