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-2011.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-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22961",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22961",
         "title": "Rescue survivors from burning buildings, accident sites, and water hazards.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "22962",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22962",
         "title": "Dress with equipment such as fire-resistant clothing and breathing apparatus.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22963",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22963",
         "title": "Assess fires and situations and report conditions to superiors to receive instructions, using two-way radios.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22964",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22964",
         "title": "Move toward the source of a fire, using knowledge of types of fires, construction design, building materials, and physical layout of properties.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22965",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22965",
         "title": "Respond to fire alarms and other calls for assistance, such as automobile and industrial accidents.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22966",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22966",
         "title": "Create openings in buildings for ventilation or entrance, using axes, chisels, crowbars, electric saws, or core cutters.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "22967",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22967",
         "title": "Drive and operate fire fighting vehicles and equipment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22968",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22968",
         "title": "Inspect fire sites after flames have been extinguished to ensure that there is no further danger.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "22969",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22969",
         "title": "Position and climb ladders to gain access to upper levels of buildings, or to rescue individuals from burning structures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22970",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/related/tasks/22970",
         "title": "Select and attach hose nozzles, depending on fire type, and direct streams of water or chemicals onto fires.",
         "importance": 87,
         "category": "Core"
      }
   ]
}