Download OpenAPI specification:
The Demand Signal API allows users to query for a demand insights for future stay dates. The response provides a predictive and a reactive demand signal for each stay date to indicate high and low demand periods based on either a predictive demand derived from asking price information or a reactive demand based on booking pace.
By default, our API is limited to 20 requests / minute. This can be adjusted so please reach out to us with any questions.
| country_code required | string = 2 characters The ISO-3166 2 letter country code. |
| latitude required | number [ -90 .. 90 ] The latitude coordinate of this location. |
| longitude required | number [ -180 .. 180 ] The longitude coordinate of this location. |
| baths | integer [ 1 .. 10 ] The number of bathrooms in the property. (default 1) |
| guests_included | integer >= 1 The number of guests included in the nightly price of the unit. (default 2) |
[- {
- "stay_date": "2019-08-24",
- "predictive_demand": 0,
- "reactive_demand": 0,
- "reactive_weight": 1
}
]