Qobuz · Rate Limits

Qobuz Rate Limits

Rate-limit model for the Qobuz Music API v0.2. Qobuz does not publicly document explicit per-endpoint rate limits or quota headers. The API is a partner-only interface accessed via app_id and app_secret credentials issued by Qobuz; usage boundaries are governed by the API Terms of Use and partner agreement rather than published numeric thresholds. Community-developed client libraries (qobuz-dl, QobuzApiSharp, gobuz) implement exponential backoff on HTTP 429 responses, indicating that rate limiting does occur in practice. Streaming URL generation endpoints (track/getFileUrl) require request signing and are the most latency-sensitive operations.

Qobuz Rate Limits is the machine-readable rate-limit profile for Qobuz on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions.

The profile also includes response codes documented for throttled, quotaExceeded, and unauthorized.

Tagged areas include Music Streaming, Rate Limiting, and Hi-Res Audio.

4 Limits Throttle: 429 Quota: 429
Music StreamingRate LimitingHi-Res Audio

Limits

application
Exact per-second or per-minute request caps are not publicly documented. Community libraries use exponential backoff on HTTP 429. Partners should implement respectful request pacing and cache metadata results to avoid redundant catalog queries.
request
Streaming URLs returned by track/getFileUrl are time-limited signed URLs. The TTL is not publicly documented but URLs must be used promptly after generation. URL generation requires a fresh MD5 signature with the current Unix timestamp.
user
The user_auth_token returned by user/login is cached by client libraries for the duration of the session. The exact expiry is not publicly documented; clients should handle 401 responses by re-authenticating.
request
Search and list endpoints accept limit and offset parameters for pagination. Maximum page size is not publicly documented; community libraries default to 50 results per page for catalog search operations.

Sources