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-7051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "3202",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3202",
         "title": "Move levers or controls that operate lifting devices, such as forklifts, lift beams with swivel-hooks, hoists, or elevating platforms, to load, unload, transport, or stack material.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "3201",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3201",
         "title": "Move controls to drive gasoline- or electric-powered trucks, cars, or tractors and transport materials between loading, processing, and storage areas.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "15266",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/15266",
         "title": "Manually or mechanically load or unload materials from pallets, skids, platforms, cars, lifting devices, or other transport vehicles.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3203",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3203",
         "title": "Position lifting devices under, over, or around loaded pallets, skids, or boxes and secure material or products for transport to designated areas.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15265",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/15265",
         "title": "Inspect product load for accuracy and safely move it around the warehouse or facility to ensure timely and complete delivery.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3206",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3206",
         "title": "Weigh materials or products and record weight or other production data on tags or labels.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "3205",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3205",
         "title": "Perform routine maintenance on vehicles or auxiliary equipment, such as cleaning, lubricating, recharging batteries, fueling, or replacing liquefied-gas tank.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "3207",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3207",
         "title": "Operate or tend automatic stacking, loading, packaging, or cutting machines.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "3210",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3210",
         "title": "Turn valves and open chutes to dump, spray, or release materials from dump cars or storage bins into hoppers.",
         "importance": 65,
         "category": "Supplemental"
      }
   ]
}