Qobuz Playlists API
Playlist retrieval and search
Qobuz Playlists API is one of 6 APIs that Qobuz publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Playlists. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.
This API exposes 2 operations across 2 paths, and defines 12 schemas. It is described by OpenAPI 3.0.3, at version 0.2.
Requests are made against a single base URL, https://www.qobuz.com/api.json/0.2.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Qobuz Playlists API declares
2 security schemes
for authenticating requests.
An API key is passed in the query as app_id (AppId).
An API key is passed in the header as X-User-Auth-Token (UserAuthToken).
By default, every request must be authenticated.
AppId— Qobuz application identifier issued to partnersUserAuthToken— User authentication token obtained from /user/login
Paths & Operations 2
Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.
Playlist retrieval and search
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Album (38 properties), Track (28 properties), Playlist (22 properties), Artist (12 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Qobuz 5
Other APIs Qobuz publishes across the network.