Skip to main content
GET
Get calendar dates

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"

Query Parameters

visit_type_id
integer

Visit type ID.

hotel_id
integer

Hotel ID.

room_type_id
integer

Room type ID.

destination_id
integer

Destination ID.

guests
integer

Number of guests.

Required range: 1 <= x <= 2
date_from
string<date>

Start date in YYYY-MM-DD format.

date_to
string<date>

End date in YYYY-MM-DD format.

Response

Calendar dates with availability and optional price data.

date
string<date>
selectable
boolean | null

Whether the booking flow can start on this date. This follows price, date-range, and starting-day rules; it does not guarantee capacity for the complete stay. A selectable date may result in an ON_DEMAND booking configuration.

availability
enum<string>
Available options:
NOT_AVAILABLE,
AVAILABLE,
ON_DEMAND
price
object | null