fa_search_flights
Search airborne flights by airline, origin, destination, altitude, groundspeed, or location using a simplified key-value query syntax.
Instructions
Search airborne flights using AeroAPI's simplified query syntax — a single string of "-key value" pairs. Keys: -prefix -type -idents -identOrReg -airline -destination -origin -originOrDestination -aboveAltitude -belowAltitude -aboveGroundspeed -belowGroundspeed -latlong "MINLAT MINLON MAXLAT MAXLON" -filter {ga|airline}. Example: -airline UAL -belowAltitude 30000
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Simplified "-key value" search string (max 1000 bytes) | |
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| max_pages | No | Max pages to fetch, 1-20 (AeroAPI default: 1). Capped at 20 since AeroAPI bills per page. |