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-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10587",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10587",
         "title": "Check aircraft prior to flights to ensure that the engines, controls, instruments, and other systems are functioning properly.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "20831",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/20831",
         "title": "Co-pilot aircraft or perform captain's duties, as required.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "10591",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10591",
         "title": "Consider airport altitudes, outside temperatures, plane weights, and wind speeds and directions to calculate the speed needed to become airborne.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "10595",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10595",
         "title": "Use instrumentation to pilot aircraft when visibility is poor.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "10590",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10590",
         "title": "Monitor engine operation, fuel consumption, and functioning of aircraft systems during flights.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "10592",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10592",
         "title": "Order changes in fuel supplies, loads, routes, or schedules to ensure safety of flights.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "10588",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10588",
         "title": "Contact control towers for takeoff clearances, arrival instructions, and other information, using radio equipment.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "10594",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10594",
         "title": "Plan flights according to government and company regulations, using aeronautical charts and navigation instruments.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10589",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10589",
         "title": "Start engines, operate controls, and pilot airplanes to transport passengers, mail, or freight according to flight plans, regulations, and procedures.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10596",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2012.00/related/tasks/10596",
         "title": "Check baggage or cargo to ensure that it has been loaded correctly.",
         "importance": 91,
         "category": "Core"
      }
   ]
}