fa_get_nearby_airports
Retrieve airports within a specified radius from a given latitude/longitude point, with optional filter for instrument approach airports.
Instructions
Find airports near a latitude/longitude within a radius (statute miles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees | |
| longitude | Yes | Longitude in decimal degrees | |
| radius | Yes | Search radius in statute miles | |
| only_iap | No | Only airports with a published instrument approach | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |