Flight track / waypoints (OpenSky)
flights_trackRetrieve trajectory waypoints (time, lat, lon, altitude, heading, on-ground) for a specific aircraft by its ICAO24 hex ID. Use time=0 for live track or a Unix timestamp for historical track.
Instructions
Trajectory (waypoints: time, lat, lon, baro altitude, heading, on-ground) for a single aircraft. Use time=0 for the live/most-recent track, or a Unix epoch-seconds value within a flight to fetch that historical track (OpenSky only retains historical tracks for a limited window). Verified to work anonymously, but may require OpenSky credentials under heavy load. Example: { icao24: '39de4f', time: 0 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Unix epoch seconds within the flight, or 0 for the live track | |
| icao24 | Yes | Aircraft ICAO24 hex id, lowercase |