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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "12729",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12729",
         "title": "Monitor or direct the movement of aircraft within an assigned air space or on the ground at airports to minimize delays and maximize safety.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12734",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12734",
         "title": "Direct pilots to runways when space is available or direct them to maintain a traffic pattern until there is space for them to land.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12730",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12730",
         "title": "Monitor aircraft within a specific airspace, using radar, computer equipment, or visual references.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12736",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12736",
         "title": "Direct ground traffic, including taxiing aircraft, maintenance or baggage vehicles, or airport workers.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12739",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2021.00/related/tasks/12739",
         "title": "Contact pilots by radio to provide meteorological, navigational, or other information.",
         "importance": 91,
         "category": "Core"
      }
   ]
}