Wheelhouse Demand Signal API (1.0)

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.

Rate Limit

By default, our API is limited to 20 requests / minute. This can be adjusted so please reach out to us with any questions.

Local Demand

This endpoint provides the local demand based on a latitude/longitude coordinate.

Local demand

Authorizations:
IntegrationApiKey
query Parameters
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)

Responses

Response samples

Content type
application/json
[
  • {
    }
]