get_live_flights_count
Count real-time aircraft flights matching filters such as area, flight number, callsign, route, or aircraft type. Provide at least one search parameter to get the total.
Instructions
Returns the count of real-time aircraft flights matching the specified criteria. IMPORTANT: At least one search parameter (other than limit) must be provided and non-empty. Choose from: bounds, flights, callsigns, registrations, painted_as, operating_as, airports, routes, aircraft, altitude_ranges, squawks, categories, data_sources, airspaces, gspeed.
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). | |
| 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). |