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/53-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9639",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9639",
         "title": "Verify that first aid kits and other emergency equipment, including fire extinguishers and oxygen bottles, are in working order."
      },
      {
         "id": "9637",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9637",
         "title": "Announce and demonstrate safety and emergency procedures, such as the use of oxygen masks, seat belts, and life jackets."
      },
      {
         "id": "23942",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/23942",
         "title": "Monitor passenger behavior to identify threats to the safety of the crew and other passengers."
      },
      {
         "id": "9638",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9638",
         "title": "Walk aisles of planes to verify that passengers have complied with federal regulations prior to takeoffs and landings."
      },
      {
         "id": "9636",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9636",
         "title": "Direct and assist passengers in emergency procedures, such as evacuating a plane following an emergency landing."
      }
   ]
}