Params

NameTypeRequirenessDefault valueDescription
property_uidstringrequirednoneUID of property.
from_datestringrequirednoneYYYY-MM-DD First date of the period.
to_datestringrequirednoneYYYY-MM-DD Last date of the period.

Description

Returns the property's calendar data for the period (no more than a year)

This endpoint requires one of the following scopes: calendar-control, direct-bookings, pricing-management, external-cleaning-management

Response sample

{
    "data": [
        {
          "listing_uid": "29239274_airbnb_218626625",
          "property_uid": "8647604834456684110",
          "platform_type": "airbnb",
          "is_available": 1,
          "unavailable_reason": "Not blocked",
          "date": "2025-04-01",
          "rate_id": "0",
          "currency": "CAD",
          "price": 18712.14,
          "notes": null,
          "min_stay": 90,
          "base_price": 18712.14,
          "base_min_stay": 90
        },
        {
          "listing_uid": "29239274_airbnb_218626625",
          "property_uid": "8647604834456684110",
          "platform_type": "airbnb",
          "is_available": 1,
          "unavailable_reason": "Not blocked",
          "date": "2025-04-02",
          "rate_id": "0",
          "currency": "CAD",
          "price": 18585.58,
          "notes": null,
          "min_stay": 90,
          "base_price": 18585.58,
          "base_min_stay": 90
        }
    ]
}
  • 'price' is the nightly price for the date before applying Channel Markups values.
  • 'min_stay' is the minimum nights value for the date.
  • 'base_price' is deprecated and is always equal to 'price'
  • 'base_min_stay' is deprecated and is always equal to 'min_stay'