---
title: "List of hotel chains"
method: GET
path: "/data/chains"
tags: ["Hotel Chains"]
---

# List of hotel chains

`GET /data/chains`

## Overview

Get all available hotel chains (e.g., Marriott, Hilton, IHG). Use chain IDs to filter hotel searches by brand.

## When to Use

- **Chain filters** - Filter hotels by chain/brand
- **Brand selection** - Let users search for specific hotel chains
- **Reference data** - Get chain IDs for use in search filters

## What You Get

- **Chain list** - All available hotel chains
- **Chain IDs** - Numeric IDs for use in search filters
- **Chain names** - Hotel chain/brand names

## Quick Start

No parameters required. Returns all hotel chains with IDs. Use chain IDs in hotel search filters.

## Response `200`

OK

- object
  - `data` object[] — An array containing objects for each hotel chain.
    - `id` number, required — Numeric field representing the unique identifier of the hotel chain.
    - `name` string, required — String field representing the hotel chain's name.

---

[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)
