Explore Plans
Mobile menu Close menu
Beds24

Check availability

Pro plus icon This query finds out whether a property is free for the dates and guest count you give it, and what it would cost.

Developer info

API endpoint slug
beds24.check_availability
Runtime method
performQuery("beds24.check_availability"}

Query fields

Property Dropdown list

Label
Property
Helper text
The property to check.
Slug
property
Required
true
Can have default value
false

Arrival date Text input > ISO 8601 date and time

Label
Arrival date
Helper text
The check-in date.
Slug
arrival_date
Required
true
Can have default value
true

Departure date Text input > ISO 8601 date and time

Label
Departure date
Helper text
The check-out date.
Slug
departure_date
Required
true
Can have default value
true

Adults Text input > Other

Label
Adults
Helper text
How many adults are staying. Defaults to 2 if left blank.
Slug
adults
Required
false
Can have default value
true

Children Text input > Other

Label
Children
Helper text
Defaults to none.
Slug
children
Required
false
Can have default value
true

Ingredients

Available Boolean value as a string. From the API field `offerId`. True when the offers call returns at least one offer for the requested dates and party.

Slug
available
Filter code
Beds24.checkAvailability.Available
Type
String
Example
true

Room name From the API field `roomId`. Resolved through GET /properties as elsewhere.

Slug
room_name
Filter code
Beds24.checkAvailability.RoomName
Type
String
Example
Garden Studio

Total price Numeric value as a string. From the API field `price`.

Slug
total_price
Filter code
Beds24.checkAvailability.TotalPrice
Type
String
Example
666.00

Currency From the API field `currency`. From the property record; Beds24 stores currency per property.

Slug
currency
Filter code
Beds24.checkAvailability.Currency
Type
String
Example
USD

Nights Numeric value as a string. From the API field `arrival`. Computed by IFTTT from the requested dates.

Slug
nights
Filter code
Beds24.checkAvailability.Nights
Type
String
Example
3