Get hotel
Catalog
Get hotel
Returns one hotel by ID.
The lowest_price semantics match GET /hotels: the value is a per-night, per-guest display price for the cheapest matching room.
GET
Get hotel
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Comma-separated list of languages to include.
Example:
"cs_CZ,de"
Path Parameters
Hotel ID.
Query Parameters
Filter room and price data by visit type ID.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Response
Hotel detail.
Object id (24-character hex string) for the same entity.
Pattern:
^[0-9a-fA-F]{24}$Example:
"66f16191f739705faa020001"
Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}Example:
{
"cs_CZ": "Frantiskovy Lazne",
"de": "Franzensbad"
}