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-2022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23939",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/23939",
         "title": "Inspect airfield conditions to ensure compliance with federal regulatory requirements.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "10613",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/10613",
         "title": "Implement airfield safety procedures to ensure a safe operating environment for personnel and aircraft operation.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "23940",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/23940",
         "title": "Conduct inspections of the airport property and perimeter to maintain controlled access to airfields.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "20456",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/20456",
         "title": "Assist in responding to aircraft and medical emergencies.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "23941",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/23941",
         "title": "Initiate or conduct airport-wide coordination of snow removal on runways and taxiways.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20457",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/20457",
         "title": "Manage wildlife on and around airport grounds.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10621",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/10621",
         "title": "Coordinate communications between air traffic control and maintenance personnel.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10622",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/10622",
         "title": "Perform and supervise airfield management activities, including mobile airfield management functions.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10614",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/10614",
         "title": "Plan and coordinate airfield construction.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10616",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-2022.00/related/tasks/10616",
         "title": "Monitor the arrival, parking, refueling, loading, and departure of all aircraft.",
         "importance": 80,
         "category": "Core"
      }
   ]
}