Flightaware Airport Flights
flightaware_airport_flightsList flights at an airport — arrivals and/or departures with scheduled & actual times. The id is an airport code (ICAO like "KSFO" or IATA like "SFO"). Use type to pick "arrivals", "departures", or "all" (default "all", which also includes scheduled flights). Example: flightaware_airport_flights({ id: "KSFO", type: "departures", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airport code — ICAO (e.g. "KSFO", "EGLL") or IATA (e.g. "SFO", "LHR"). | |
| end | No | Optional ISO8601 date/time upper bound. | |
| type | No | Which flights to return: "arrivals", "departures", or "all" (default). "all" hits the combined endpoint and returns arrivals, departures, scheduled_arrivals and scheduled_departures. | |
| start | No | Optional ISO8601 date/time lower bound. | |
| _apiKey | Yes | Your FlightAware AeroAPI key |