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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9849",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9849",
         "title": "Learn and follow safety regulations.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9853",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9853",
         "title": "Locate underground services, such as pipes or wires, prior to beginning work.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9868",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9868",
         "title": "Signal operators to guide movement of tractor-drawn machines.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9860",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9860",
         "title": "Repair and maintain equipment, making emergency adjustments or assisting with major repairs as necessary.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9856",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9856",
         "title": "Load and move dirt, rocks, equipment, or other materials, using trucks, crawler tractors, power cranes, shovels, graders, or related equipment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9857",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2073.00/related/tasks/9857",
         "title": "Drive and maneuver equipment equipped with blades in successive passes over working areas to remove topsoil, vegetation, or rocks or to distribute and level earth or terrain.",
         "importance": 82,
         "category": "Core"
      }
   ]
}