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