---
title: "List all countries"
method: GET
path: "/data/countries"
tags: ["Countries"]
---

# List all countries

`GET /data/countries`

## Overview

Get a complete list of all countries available in the system with their ISO-2 country codes. Essential for building country selection interfaces.

## When to Use

- **Country dropdowns** - Populate country selection lists
- **Location filters** - Filter hotels or searches by country
- **Form inputs** - Build country selection forms
- **Reference data** - Get country codes for use in other endpoints

## What You Get

- **Country list** - All available countries
- **ISO-2 codes** - Standard country codes (e.g., "US", "GB", "FR")
- **Country names** - Full country names

## Quick Start

No parameters required. Returns all countries with their ISO-2 codes.

## Query parameters

- `timeout` number, float

## Response `200`

OK

- object
  - `data` object[]
    - `code` string, required
    - `name` string, required

## 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/revisions/315ba2a4dcf4/schema)
