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/33-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11102",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11102",
         "title": "Relay messages about emergencies, accidents, locations of crew and personnel, and fire hazard conditions."
      },
      {
         "id": "21143",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/21143",
         "title": "Conduct wildland firefighting training."
      },
      {
         "id": "11104",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11104",
         "title": "Estimate sizes and characteristics of fires, and report findings to base camps by radio or telephone."
      },
      {
         "id": "11103",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11103",
         "title": "Direct crews working on firelines during forest fires."
      },
      {
         "id": "11107",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11107",
         "title": "Locate forest fires on area maps, using azimuth sighters and known landmarks."
      }
   ]
}