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