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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}