get_flight_data
Retrieve real-time position data for an airborne flight using its flight number or callsign. Returns current location, altitude, speed, and route details while the flight is in the air.
Instructions
Get real-time position data for a specific flight that is currently airborne, by flight number or callsign. Uses the FR24 live flight positions endpoint, so it only returns a result while the flight is in the air. For completed, scheduled, or historical flights, use get_flight_summary instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callsign | No | ATC callsign of the flight (e.g., 'BAW123'), used instead of flight_number. | |
| detail_level | No | Amount of detail to return. "full" (default) includes route, registration, and aircraft type; "light" returns only position data and costs fewer FR24 API credits. | |
| flight_number | No | IATA or ICAO flight number (e.g., 'BA123' or 'BAW123'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| query | Yes | ||
| flights | Yes | ||
| message | No | ||
| timestamp | Yes |