fa_get_airport_flights
Retrieve flight boards for any airport: arrivals, departures, or all flights. Specify airport code and optional time window.
Instructions
Get a flight board for an airport: all flights, or just arrivals/departures/scheduled_arrivals/scheduled_departures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airport code (ICAO/IATA/LID) | |
| end | No | ISO-8601 end of the time window | |
| type | No | Restrict to airline or GA traffic | |
| board | No | Which board to fetch (default: all) | all |
| start | No | ISO-8601 start of the time window | |
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| max_pages | No | Max pages to fetch, 1-20 (AeroAPI default: 1). Capped at 20 since AeroAPI bills per page. |