fa_get_airport_flights
Retrieve flight boards for an airport, including all flights, arrivals, departures, or scheduled operations.
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) | |
| board | No | Which board to fetch (default: all) | all |
| type | No | Restrict to airline or GA traffic | |
| start | No | ISO-8601 start of the time window | |
| end | No | ISO-8601 end of the time window | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |