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-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12731",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12731",
         "title": "Inform pilots about nearby planes or potentially hazardous conditions, such as weather, speed and direction of wind, or visibility problems."
      },
      {
         "id": "12728",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12728",
         "title": "Issue landing and take-off authorizations or instructions."
      },
      {
         "id": "12735",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12735",
         "title": "Transfer control of departing flights to traffic control centers and accept control of arriving flights."
      },
      {
         "id": "12732",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12732",
         "title": "Provide flight path changes or directions to emergency landing fields for pilots traveling in bad weather or in emergency situations."
      },
      {
         "id": "12733",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12733",
         "title": "Alert airport emergency services in cases of emergency or when aircraft are experiencing difficulties."
      }
   ]
}