get_flight_summary
Retrieve takeoff and landing history for completed flights within any date/time window, filtered by flight number, registration, route, or aircraft type.
Instructions
Get takeoff/landing history (flight summary) for flights in a date/time window, optionally filtered by flight number, callsign, registration, airport, route, or aircraft type. Covers completed flights; use get_flight_data for flights currently in the air.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order by datetime. | |
| limit | No | Maximum number of results to return (default: 10, max: 20000). | |
| route | No | Route(s) between airports or countries, comma-separated (e.g., 'JFK-LAX'). Max 15. | |
| airline_icao | No | ICAO airline code the aircraft is operating as, comma-separated. Max 15. | |
| detail_level | No | Amount of detail to return. "light" (default) covers the essentials and costs fewer FR24 API credits; "full" adds runway, distance, and flight-time data. | |
| registration | No | Aircraft registration(s), comma-separated. Max 15. | |
| flight_number | No | Flight number(s), comma-separated (e.g., 'BA123'). Max 15. | |
| flight_datetime_to | Yes | End of the datetime window, ISO 8601 (e.g., '2024-01-02T00:00:00Z'). The window can span at most 14 days. | |
| flight_datetime_from | Yes | Start of the datetime window, ISO 8601 (e.g., '2024-01-01T00:00:00Z'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| query | Yes | ||
| flights | Yes | ||
| message | No | ||
| timestamp | Yes |