This endpoint helps you build “near me” experiences: nearest airports to a user, airport suggestions around a point on a map, or picking the best departure/arrival options within a radius.
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Latitude (e.g., 48.8566).
Longitude (e.g., 2.3522).
Search radius around the point (in kilometers).
Max number of results to return.
For airport metadata fields, the returned objects follow the Airports Dataset shape.
Response
The endpoint returns a list of nearby airports (sorted by distance).
See also