Qobuz · Example Payload

Track Getfileurl Response

Music StreamingHi-Res AudioFLACLossless AudioMusic DownloadsCatalog SearchStreaming URLsMusic MetadataAudiophileFrance

Track Getfileurl Response is an example object payload from Qobuz, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

track_iddurationurlformat_idmime_typesampling_ratebit_depthblob

Example Payload

Raw ↑
{
  "track_id": 47683835,
  "duration": 334,
  "url": "https://streaming.qobuz.com/file?uid=12345&track_id=47683835&format_id=7&intent=stream&...",
  "format_id": 7,
  "mime_type": "audio/flac",
  "sampling_rate": 96.0,
  "bit_depth": 24,
  "blob": "c2FtcGxlLW9wYXF1ZS1ibG9iLXRva2Vu"
}