fa_search_flights
Locate airborne flights by constructing queries with key-value pairs for airline, origin, destination, altitude, and more.
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) | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |