---
title: "Autocomplete Airports"
method: GET
path: "/airports/autocomplete/"
tags: ["airports"]
---

# Autocomplete Airports

`GET /airports/autocomplete/`

Autocomplete airports by IATA code, city, or airport name. Requires login.

## Query parameters

- `q` string, required — Search query
- `limit` integer — Max results

## Response `200`

Successful Response

- unknown

## 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-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/7ffb16b1c40d/schema)
