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