fa_get_airport_flight_counts
Retrieve current flight counts for an airport by code, showing departed, enroute, scheduled arrivals, and scheduled departures.
Instructions
Get current flight counts at an airport: { departed, enroute, scheduled_arrivals, scheduled_departures }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airport code (ICAO/IATA/LID) | |
| 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. |