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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/details/tasks?start=11&end=13",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4984",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4984",
         "title": "Select loads or materials according to weight and size specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4985",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4985",
         "title": "Signal and assist other workers loading or unloading materials.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4986",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4986",
         "title": "Attach, fasten, and disconnect cables or lines to loads, materials, and equipment, using hand tools.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "4987",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4987",
         "title": "Apply hand or foot brakes and move levers to lock hoists or winches.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "4988",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7041.00/related/tasks/4988",
         "title": "Oil winch drums so that cables will wind smoothly.",
         "importance": 84,
         "category": "Supplemental"
      }
   ]
}