fa_get_airport_delays
Check current airport delays for all airports or a specific airport code. Retrieve delay statuses to make informed travel decisions.
Instructions
Get current airport delays — all delayed airports, or just one when id is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Airport code to scope to a single airport (omit for all delays) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns FlightAware's payload untouched. No field projection: this server has no verified record of which FlightAware fields matter, and inventing one would risk dropping a field a caller needs. | |
| 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. |