get_flight_summary_full
Retrieve comprehensive flight summaries with takeoff and landing timings, aircraft, and operator details for real-time or historical data. Requires a date range and at least one search filter.
Instructions
Returns comprehensive timings and locations of aircraft takeoffs and landings, including detailed flight, aircraft, and operator information. Both real-time and extensive historical data are available. Data is available starting from 2024-04-07 and will be extended further in the near future. IMPORTANT: flight_datetime_from and flight_datetime_to are required, and at least one additional search parameter (other than sort and limit) should be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sorting order by first_seen (default: asc). | |
| limit | No | Limit of results. Recommended, unless needed. Max 20000. | |
| routes | No | Flights between airports/countries (e.g., SE-US, ESSA-JFK). Max 15. | |
| flights | No | Flight numbers (comma-separated values, max 15). | |
| aircraft | No | Aircraft ICAO type codes (comma-separated, max 15). | |
| airports | No | Airports (IATA/ICAO/ISO 3166-1 alpha-2) or countries. Use format: [direction:]<code>. | |
| callsigns | No | Flight callsigns (comma-separated values, max 15). | |
| painted_as | No | Aircraft painted in an airline's livery (ICAO code, comma-separated, max 15). | |
| operating_as | No | Aircraft operating under an airline's call sign (ICAO code, comma-separated, max 15). | |
| registrations | No | Aircraft registration numbers (comma-separated values, max 15). | |
| flight_datetime_to | Yes | End datetime (YYYY-MM-DDTHH:MM:SSZ). Requires flight_datetime_from. Cannot be used with flight_ids. Maximum query range is 14 days. | |
| flight_datetime_from | Yes | Start datetime (YYYY-MM-DDTHH:MM:SSZ). Requires flight_datetime_to. Cannot be used with flight_ids. Maximum query range is 14 days. |