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