get_historic_flights_count
Count historical aircraft flight positions at a given timestamp using filters such as routes, airports, or altitudes to analyze air traffic retrospectively.
Instructions
Returns number of historical aircraft flight positions. 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). |