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/45-4021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13484",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13484",
         "title": "Stop saw engines, pull cutting bars from cuts, and run to safety as tree falls."
      },
      {
         "id": "13485",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13485",
         "title": "Appraise trees for certain characteristics, such as twist, rot, and heavy limb growth, and gauge amount and direction of lean, to determine how to control the direction of a tree's fall with the least damage."
      },
      {
         "id": "13486",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13486",
         "title": "Saw back-cuts, leaving sufficient sound wood to control direction of fall."
      },
      {
         "id": "13487",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13487",
         "title": "Clear brush from work areas and escape routes, and cut saplings and other trees from direction of falls, using axes, chainsaws, or bulldozers."
      },
      {
         "id": "13488",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/related/tasks/13488",
         "title": "Measure felled trees and cut them into specified log lengths, using chain saws and axes."
      }
   ]
}