aircraft_arrivals
Retrieve recent aircraft arrivals at a specified airport using its ICAO code. Input the airport code and optional time range to get arrival data.
Instructions
Get recent arrivals at an airport by ICAO code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time Unix timestamp (default: now) | |
| begin | No | Start time Unix timestamp (default: 2 hours ago) | |
| airport | Yes | Airport ICAO code (e.g. 'LTBA' for Istanbul) |