get_flight_tracks
Retrieve a detailed position track with timestamped lat/lon, altitude, and speed points for a specific flight using its FR24 flight ID, obtained from flight search or summary tools.
Instructions
Get the detailed position track (a series of timestamped lat/lon/altitude/speed points) for one specific flight, identified by its FR24 flight ID (fr24_id). Get the fr24_id from get_flight_data, search_flights, or get_flight_summary first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_id | Yes | FR24 flight ID (fr24_id), a hexadecimal string (e.g., '3b3d2e3f'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | Yes | ||
| message | No | ||
| flight_id | Yes | ||
| timestamp | Yes |