---
title: "List hotel types"
method: GET
path: "/demand-api-v2-compatible/hotelTypes"
tags: ["demand-api-v2-compatible"]
---

# List hotel types

`GET /demand-api-v2-compatible/hotelTypes`

This endpoint returns hotel types names and their translations. (EN is default)

## Query parameters

- `hotelTypeInputDTO` HotelTypeInputDTO, required
  - `hotel_type_ids` integer[] — Limit the results to these hotel types.
  - `languages` string[] — Limit the results to these languages. Please check the "Possible Values" section of the documentation for the accepted language codes.
  - `offset` integer — The number of rows to offset the results by. NOTE: this needs to be 0 or a multiple of 100.
  - `row` integer — The maximum number of rows to return. NOTE: this needs to be a multiple of 100.

## Headers

- `Accept` 'application/json'

## Response `200`

OK

- ResponseOutputV2HotelTypesOutputDto
  - `meta` Meta
    - `ruid` string
  - `result` HotelTypesOutputDto[]
    - `translations` TranslationDto[]
      - `language` string
      - `name` string
    - `name` string
    - `hotel_type_id` integer

## Other responses

- `400` — Invalid input, e.g. a missing, invalid, unknown, or conflicting parameter.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/booking/apis/connect-api.md) · [All operations](https://skmtc.net/booking/apis/connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/connect-api/revisions/0fbdc2f4423a/schema)
