Arrivals/departures by airport (OpenSky)
flights_by_airportRetrieve flights arriving at or departing from an airport by ICAO code within a specified time window. Supports arrival and departure directions.
Instructions
Flights arriving at or departing from an airport (ICAO code) within a time window (<= 7 days). Unix epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time, Unix epoch seconds | |
| begin | Yes | Start time, Unix epoch seconds | |
| airport | Yes | Airport ICAO code, e.g. KJFK, EGLL | |
| direction | No | departure |