Skip to main content
GET
Get hotel

Authorizations

Authorization
string
header
required

See Authentication for how to obtain and send your API key.

Headers

Accept-Language
string

Comma-separated list of languages to include. See Localization for details.

Example:

"cs_CZ,de"

Path Parameters

hotelId
integer
required

Hotel ID.

Query Parameters

visit_type_id
integer

Filter room and price data by visit type ID.

date_from
string<date>

Start date in YYYY-MM-DD format.

date_to
string<date>

End date in YYYY-MM-DD format.

Response

Hotel detail.

_id
string

Object id (24-character hex string) for the same entity.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"66f16191f739705faa020001"

id
integer
name
string
stars
integer | null
address
object
phone_number
string
email
object
Example:
description
object
Example:
equipment
object
Example:
services
object
Example:
lowest_price
object
commercial_slogan
object
Example:
image
string | null
thumbnail
string | null
booking_url
object
Example:
destination
object
roomTypes
object[]