Qobuz Music API
The Qobuz Music API (v0.2) is a REST interface served at https://www.qobuz.com/api.json/0.2 returning JSON responses. It covers user authentication (email/password or token-based with MD5-hashed credentials plus app_id and app_secret), catalog operations (search albums, artists, tracks, and playlists), detailed metadata retrieval (album/get, artist/get, track/get, playlist/get), streaming and download URL generation (track/getFileUrl with format codes 5=MP3-320, 6=FLAC-CD, 7=FLAC-HiRes-96kHz, 27=FLAC-HiRes-192kHz), and user account management (favorite/getUserFavorites). Request signing for protected endpoints uses an MD5 hash of concatenated path parameters, a timestamp, and the app_secret. Access requires a valid Qobuz subscription (Studio or Sublime) and partner credentials issued by Qobuz.