fa_get_nearby_airports
Retrieve a list of airports near a specified latitude and longitude within a given radius in statute miles. Filter by airports with instrument approaches and paginate results.
Instructions
Find airports near a latitude/longitude within a radius (statute miles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 (AeroAPI default: 1) |