v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Properties

Available rooms

Returns all the roomtypes available for a given property

get/v2/properties/{id}/rooms

Path parameters

idinteger required

Property identifier

Query parameters

widinteger

Optional website identifier for localized content

Response

Success

amenitiesobject nullable

List of amenities available of the room

descriptionstring nullable

A description of a room.

breakfast_includedboolean

A boolean value indicating if the breakfast is included in the price of the booking.

has_parkingboolean

A boolean value indicating if there is a parking spot available.

adults_onlyboolean

A boolean value indicating if the property is only available for adults.

pets_allowedboolean nullable

A boolean value indicating if the property allows pets.

show_additional_key_factsboolean
idinteger

Room identifier.

namestring nullable

Name of the room.

image_urlstring nullable

URL address of the image of the room.

max_peopleinteger

Maximum number of people the room can host.

unitsinteger

Number of units (same room type) that this room has.

has_wifiboolean

A boolean value indicating if the property has wifi available.

has_meal_planboolean

A boolean value indicating if the property has a meal plan available.

bedroomsinteger

Number of bedrooms in the room.

bathroomsinteger

Number of bathrooms in the room.

area_unitstring nullable

This value indicates if the area is given in square feet(sqf) or square meters(sqm).

areanumber double

This value indicates how many meters/feet the unit has; the value is given in the unit of measure set in the parameter area_unit.

min_pricenumber double

Minimal price the booking will cost; this parameter is always given in euros.

original_min_pricenumber double

This parameter is the same as min_price (minimal price the booking will cost) but given in the currency of the owner - any currency that can be passed to the system. A list of all available currencies can be found in the section CurrenciesApi.The currency used here is specified by the parameters in “currency”.

max_pricenumber double

Maximum price the booking will cost; this parameter is always given in euros.

original_max_pricenumber double

This parameter is the same as max_price (maximum price the booking will cost) but given in the currency of the owner - any currency that can be passed to the system. A list of all available currencies can be found in the section CurrenciesApi.The currency used here is specified by the parameters in “currency”.

price_unit_in_daysinteger

Price unit in days. This field indicates the number of days of stay the min_price and max_price are.So if we have a 30 price_unit_in_days, it means the min_price and max_price are Monthly prices.If multiple prices per different periods are defined it will return daily prices