Get time-series metrics for a dynamic set.
GET/sets/:set_id/time_series
Returns daily time-series data for one or more metrics over a date range, aggregated across the active member listings of the set.
Paid sets only. Returns 404 Not Found for a free set — upgrade it first with POST /sets/{set_id}/upgrade.
Available metrics: asking_rate_w_fees, occupancy, occupancy_adjusted, adr_w_fees, lead_time, revpar_adjusted_w_fees, revpar_w_fees, revenue_w_fees, nights_bookable.
Request
Responses
- 200
- 204
- 400
- 401
- 404
- 429
Time-series data for the dynamic set.
Not enough data for the requested parameters.
Invalid parameter value (e.g. invalid date range).
API key authorization failed.
Dynamic set not found, not accessible to the user, or not a paid set.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.