---
title: "Airport directory"
method: GET
path: "/data/airports"
tags: ["Reference Data"]
---

# Airport directory

`GET /data/airports`

Every airport known to your VA. The client uses this to render airport pickers and to look up coordinates for map rendering when an airport is referenced by ICAO.

## Response `200`

Array of airports.

- Airport[]
  - `id` string, required — Airport ID (typically the ICAO code in phpVMS).
  - `code` string, required — ICAO code.
  - `name` string, required
  - `latitude` number, double, required
  - `longitude` number, double, required

## Other responses

- `401` — Missing or invalid Bearer token.

---

[API](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api.md) · [All operations](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvexsoftware/stratos-core-api/revisions/0b7ba98ff0aa/schema)
