---
title: "Nearby Cities"
method: GET
path: "/airports/{iata}/nearby-cities/"
tags: ["airports"]
---

# Nearby Cities

`GET /airports/{iata}/nearby-cities/`

Get nearby city names for an airport IATA code.

## Path parameters

- `iata` string, required

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/106d2d712b27?raw)
