fa_get_nearby_airports
Locate airports within a given radius of any latitude/longitude point. Filter results to those with published instrument approaches and page through all matches.
Instructions
Find airports near a latitude/longitude within a radius (statute miles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns FlightAware's payload untouched. No field projection: this server has no verified record of which FlightAware fields matter, and inventing one would risk dropping a field a caller needs. | |
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| radius | Yes | Search radius in statute miles | |
| latitude | Yes | Latitude in decimal degrees | |
| only_iap | No | Only airports with a published instrument approach | |
| longitude | Yes | Longitude in decimal degrees | |
| max_pages | No | Max pages to fetch, 1-20 (AeroAPI default: 1). Capped at 20 since AeroAPI bills per page. |