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-1021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22910",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22910",
         "title": "Assign firefighters to jobs at strategic locations to facilitate rescue of persons and maximize application of extinguishing agents.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "22911",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22911",
         "title": "Provide emergency medical services as required, and perform light to heavy rescue functions at emergencies.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22912",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22912",
         "title": "Assess nature and extent of fire, condition of building, danger to adjacent buildings, and water supply status to determine crew or company requirements.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22913",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22913",
         "title": "Communicate fire details to superiors, subordinates, or interagency dispatch centers, using two-way radios.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22914",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22914",
         "title": "Serve as a working leader of an engine, hand, helicopter, or prescribed fire crew of three or more firefighters.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22915",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22915",
         "title": "Instruct and drill fire department personnel in assigned duties, including firefighting, medical care, hazardous materials response, fire prevention, and related subjects.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22916",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22916",
         "title": "Maintain fire suppression equipment in good condition, checking equipment periodically to ensure that it is ready for use.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22917",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22917",
         "title": "Evaluate the performance of assigned firefighting personnel.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "22918",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22918",
         "title": "Direct the training of firefighters, assigning of instructors to training classes, and providing of supervisors with reports on training progress and status.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "22919",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1021.00/related/tasks/22919",
         "title": "Perform maintenance and minor repairs on firefighting equipment, including vehicles, and write and submit proposals to modify, replace, and repair equipment.",
         "importance": 78,
         "category": "Core"
      }
   ]
}