search_flights
Search live airborne flights by route, airline, aircraft type, registration, altitude, or geographic area. Get real-time positions and flight details from Flightradar24.
Instructions
Search for currently airborne flights using the FR24 live flight positions endpoint. At least one filter (besides limit and detail_level) must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 30000). | |
| route | No | Route(s) between airports or countries, comma-separated (e.g., 'JFK-LAX'). Max 15. | |
| bounds | No | Geographic bounds to search within | |
| airline_icao | No | ICAO airline code the aircraft is operating as (e.g., 'BAW' for British Airways). IATA airline codes are not supported by the FR24 API for this filter. | |
| detail_level | No | Amount of detail to return. "full" (default) includes route, registration, and aircraft type; "light" returns only position data and costs fewer FR24 API credits. | |
| registration | No | Aircraft registration(s), comma-separated (e.g., 'G-EUPT'). Max 15. | |
| aircraft_type | No | ICAO aircraft type code(s), comma-separated (e.g., 'A320'). Max 15. | |
| altitude_range | No | Altitude range(s) in feet (e.g., '0-3000' or '0-3000,30000-40000'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| flights | Yes | ||
| message | No | ||
| timestamp | Yes | ||
| search_params | Yes |