---
title: "List of hotel types"
method: GET
path: "/data/hotelTypes"
tags: ["Hotel Types"]
---

# List of hotel types

`GET /data/hotelTypes`

## Overview

Get all available hotel type classifications (e.g., resort, boutique, business hotel). Use type IDs to filter hotel searches.

## When to Use

- **Type filters** - Filter hotels by type in search
- **Type display** - Show hotel type classifications
- **Reference data** - Get hotel type IDs for filtering

## What You Get

- **Hotel type list** - All available hotel types
- **Type IDs** - Numeric IDs for use in search filters
- **Type names** - Hotel type classifications

## Quick Start

No parameters required. Returns all hotel types with IDs. Use type IDs in hotel search filters.

## Response `200`

OK

- object
  - `data` object[]
    - `id` number, required — A numeric identifier for the hotel or property type.
    - `name` string, required — The name or category of the hotel or property type.

---

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