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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "21143",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/21143",
         "title": "Conduct wildland firefighting training.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11106",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11106",
         "title": "Extinguish smaller fires with portable extinguishers, shovels, and axes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11112",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11112",
         "title": "Patrol assigned areas, looking for forest fires, hazardous conditions, and weather phenomena.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11113",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11113",
         "title": "Compile and report meteorological data, such as temperature, relative humidity, wind direction and velocity, and types of cloud formations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11109",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/11109",
         "title": "Examine and inventory firefighting equipment, such as axes, fire hoses, shovels, pumps, buckets, and fire extinguishers, to determine amount and condition.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21144",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2022.00/related/tasks/21144",
         "title": "Educate the public about fire safety and prevention.",
         "importance": 74,
         "category": "Core"
      }
   ]
}