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/37-3013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13120",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13120",
         "title": "Operate shredding and chipping equipment, and feed limbs and brush into the machines.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13113",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13113",
         "title": "Operate boom trucks, loaders, stump chippers, brush chippers, tractors, power saws, trucks, sprayers, and other equipment and tools.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13116",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13116",
         "title": "Cut away dead and excess branches from trees, or clear branches around power lines, using climbing equipment or buckets of extended truck booms, or chainsaws, hooks, handsaws, shears, and clippers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13115",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13115",
         "title": "Clean, sharpen, and lubricate tools and equipment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13119",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13119",
         "title": "Hoist tools and equipment to tree trimmers, and lower branches with ropes or block and tackle.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13114",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13114",
         "title": "Climb trees, using climbing hooks and belts, or climb ladders to gain access to work areas.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13112",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13112",
         "title": "Supervise others engaged in tree trimming work and train lower-level employees.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13117",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13117",
         "title": "Trim, top, and reshape trees to achieve attractive shapes or to remove low-hanging branches.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13121",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13121",
         "title": "Load debris and refuse onto trucks and haul it away for disposal.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13122",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13122",
         "title": "Inspect trees to determine if they have diseases or pest problems.",
         "importance": 76,
         "category": "Core"
      }
   ]
}