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-4011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "7026",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7026",
         "title": "Check equipment to ensure that it is operating properly.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7028",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7028",
         "title": "Fight forest fires or perform prescribed burning tasks under the direction of fire suppression officers or forestry technicians.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7029",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7029",
         "title": "Perform fire protection or suppression duties, such as constructing fire breaks or disposing of brush.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7027",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7027",
         "title": "Confer with other workers to discuss issues, such as safety, cutting heights, or work needs.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "7035",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7035",
         "title": "Maintain tallies of trees examined and counted during tree marking or measuring efforts.",
         "importance": 62,
         "category": "Supplemental"
      },
      {
         "id": "7041",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7041",
         "title": "Explain or enforce regulations regarding camping, vehicle use, fires, use of buildings, or sanitation.",
         "importance": 59,
         "category": "Supplemental"
      },
      {
         "id": "7042",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7042",
         "title": "Operate skidders, bulldozers, or other prime movers to pull a variety of scarification or site preparation equipment over areas to be regenerated.",
         "importance": 58,
         "category": "Supplemental"
      },
      {
         "id": "7032",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7032",
         "title": "Spray or inject vegetation with insecticides to kill insects or to protect against disease or with herbicides to reduce competing vegetation.",
         "importance": 58,
         "category": "Supplemental"
      },
      {
         "id": "7034",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7034",
         "title": "Thin or space trees, using power thinning saws.",
         "importance": 58,
         "category": "Supplemental"
      },
      {
         "id": "7031",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tasks/7031",
         "title": "Identify diseased or undesirable trees and remove them, using power saws or hand saws.",
         "importance": 57,
         "category": "Supplemental"
      }
   ]
}