Wheelhouse Demand Signal API (1.0)

Download OpenAPI specification:Download

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.

Authentication

DemandApiKey

All integrations will be given an integration API key. Contact us with a description of your use-case to get one.

Security Scheme Type API Key
Header parameter name: X-Integration-Api-Key

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:
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.

Responses

Response samples

Content type
application/json
[
  • {
    }
]