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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "9642",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9642",
         "title": "Prepare passengers and aircraft for landing, following procedures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "9640",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9640",
         "title": "Administer first aid to passengers in distress.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9643",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9643",
         "title": "Determine special assistance needs of passengers, such as small children, the elderly, or persons with disabilities.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9641",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9641",
         "title": "Attend preflight briefings concerning weather, altitudes, routes, emergency procedures, crew coordination, lengths of flights, food and beverage services offered, and numbers of passengers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "9645",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/related/tasks/9645",
         "title": "Reassure passengers when situations, such as turbulence, are encountered.",
         "importance": 81,
         "category": "Core"
      }
   ]
}