---
title: "Returns a list of relevant airports near to a given point."
method: GET
path: "/reference-data/locations/airports"
tags: ["location"]
---

# Returns a list of relevant airports near to a given point.

`GET /reference-data/locations/airports`

## Query parameters

- `latitude` number, double, required
- `longitude` number, double, required
- `radius` integer
- `page[limit]` integer
- `page[offset]` integer
- `sort` 'relevance' | 'distance' | 'analytics.flights.score' | 'analytics.travelers.score'

## Response `200`

Successful Operation

## Other responses

- `400` — code | title ------- | ------------------------------------- 477 | INVALID FORMAT 572 | INVALID OPTION 4926 | INVALID DATA RECEIVED 32171 | MANDATORY DATA MISSING
- `default` — Unexpected Error

---

[API](https://skmtc.dev/amadeus4dev/apis/airport-nearest-relevant.md) · [All operations](https://skmtc.dev/amadeus4dev/apis/airport-nearest-relevant/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amadeus4dev/airport-nearest-relevant/revisions/30e50634e2d7/schema)
