Get Nearby Airports
msfs_get_nearby_airportsFind airports near any coordinates or the current aircraft position, sorted by distance within a specified radius. Returns nearest airports first, with pagination for large result sets.
Instructions
List airports near a point, nearest first.
Filters SimConnect's airport facility list by great-circle distance from the given (or current) position. That list is not scoped to the aircraft's location at all -- measured live, it is the entire world (85,249 airports) regardless of where the aircraft is -- so a radius that finds nothing means there is genuinely no airport that close, not that the sim "hasn't loaded" one. The distance filter always runs over the complete list before pagination, so a later page can never miss a match an earlier page's filtering already found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| offset | No | Results to skip, for paging | |
| latitude | No | Centre latitude. Defaults to the aircraft's position. | |
| longitude | No | Centre longitude. Defaults to the aircraft's position. | |
| radius_nm | No | Search radius in nautical miles | |
| response_format | No | 'markdown' for a table, 'json' for rows | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |