---
title: "List the IATA codes"
method: GET
path: "/data/iataCodes"
tags: ["IATA codes"]
---

# List the IATA codes

`GET /data/iataCodes`

## Overview

Get IATA (International Air Transport Association) airport codes with airport names, coordinates, and country information. Useful for airport-based hotel searches.

## When to Use

- **Airport searches** - Find hotels near airports
- **Location selection** - Let users search by airport codes
- **Geographic data** - Get airport locations and coordinates
- **Reference data** - Get IATA codes for use in hotel searches

## What You Get

- **Airport list** - All available airports with IATA codes
- **Airport names** - Full airport names
- **Coordinates** - Latitude and longitude for each airport
- **Country codes** - ISO-2 country codes for each airport

## Quick Start

No parameters required. Returns all airports with IATA codes, names, coordinates, and country information.

## Query parameters

- `timeout` number, float

## Response `200`

OK

- object
  - `data` object[]
    - `code` string, required
    - `name` string, required
    - `latitude` number
    - `longitude` number
    - `countryCode` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
