get_historic_flights_positions_full
Retrieve historical aircraft positions and flight details (origin, destination, callsign, registration, aircraft type) using a required timestamp and additional filters like aircraft, callsign, or routes.
Instructions
Returns historical aircraft flight movement information including latitude, longitude, speed, and altitude alongside key flight and aircraft information such as origin, destination, callsign, registration and aircraft type. FR24 API provides access to historical flight data, dating back to May 11, 2016, depending on the user's subscription plan. IMPORTANT: Timestamp is required, and at least one additional search parameter (other than limit) must be provided and non-empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit of results. Recommended, unless needed. Max 30000. | |
| bounds | No | Coordinates defining an area. Order: north, south, west, east (comma-separated float values). | |
| gspeed | No | Flight ground speed in knots (single value or range, e.g., 120-140, 80). | |
| routes | No | Flights between airports/countries (e.g., SE-US, ESSA-JFK). Max 15. | |
| flights | No | Flight numbers (comma-separated values, max 15). | |
| squawks | No | Squawk codes in hex format (comma-separated). | |
| 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>. Directions: inbound, outbound, both. | |
| airspaces | No | Flight information region in lower or upper airspace. | |
| callsigns | No | Flight callsigns (comma-separated values, max 15). | |
| timestamp | Yes | Unix timestamp for the historical snapshot. | |
| categories | No | Categories of Flights (comma-separated: P, C, M, J, T, H, B, G, D, V, O, N). | |
| painted_as | No | Aircraft painted in an airline's livery (ICAO code, comma-separated, max 15). | |
| data_sources | No | Source of information (comma-separated: ADSB, MLAT, ESTIMATED). | |
| 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). | |
| altitude_ranges | No | Flight altitude ranges in feet (e.g., 0-3000, 5000-7000). |