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-7021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10767",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10767",
         "title": "Determine load weights and check them against lifting capacities to prevent overload."
      },
      {
         "id": "10768",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10768",
         "title": "Move levers, depress foot pedals, or turn dials to operate cranes, cherry pickers, electromagnets, or other moving equipment for lifting, moving, or placing loads."
      },
      {
         "id": "10771",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10771",
         "title": "Inspect and adjust crane mechanisms or lifting accessories to prevent malfunctions or damage."
      },
      {
         "id": "10769",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10769",
         "title": "Inspect cables or grappling devices for wear and install or replace cables, as needed."
      },
      {
         "id": "10772",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10772",
         "title": "Direct helpers engaged in placing blocking or outrigging under cranes."
      }
   ]
}