Skip to main content
GET
Nearby
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

string
required
Your FlyStack API token. You can create one from the dashboard (see Authentication).

Query parameters

number
required
Latitude (e.g., 48.8566).
number
required
Longitude (e.g., 2.3522).
number
Search radius around the point (in kilometers).
number
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