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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "13115",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3013.00/related/tasks/13115",
         "title": "Clean, sharpen, and lubricate tools and equipment."
      },
      {
         "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."
      }
   ]
}