get_live_flights_positions_light
Retrieve real-time aircraft positions, speed, and altitude by filtering on flights, callsigns, airports, routes, or other criteria.
Instructions
Returns real-time aircraft flight movement information including latitude, longitude, speed, and altitude. 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). |