Qobuz · Schema

FileUrl

Streaming or download URL returned by /track/getFileUrl

Music StreamingHi-Res AudioFLACLossless AudioMusic DownloadsCatalog SearchStreaming URLsMusic MetadataAudiophileFrance

Properties

Name Type Description
track_id integer
duration integer Track duration in seconds
url string Authenticated CDN URL valid for a limited time window
format_id integer 5=MP3-320, 6=FLAC-CD, 7=FLAC-HiRes-96kHz, 27=FLAC-HiRes-192kHz
mime_type string
sampling_rate number Sampling rate in kHz (e.g. 44.1, 96.0, 192.0)
bit_depth integer Bit depth of the audio file
blob string Opaque CDN delivery token
View JSON Schema on GitHub

JSON Schema

file-url.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/qobuz/main/json-schema/file-url.json",
  "title": "FileUrl",
  "description": "Streaming or download URL returned by /track/getFileUrl",
  "type": "object",
  "properties": {
    "track_id": { "type": "integer" },
    "duration": { "type": "integer", "description": "Track duration in seconds" },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Authenticated CDN URL valid for a limited time window"
    },
    "format_id": {
      "type": "integer",
      "enum": [5, 6, 7, 27],
      "description": "5=MP3-320, 6=FLAC-CD, 7=FLAC-HiRes-96kHz, 27=FLAC-HiRes-192kHz"
    },
    "mime_type": {
      "type": "string",
      "examples": ["audio/mpeg", "audio/flac"]
    },
    "sampling_rate": {
      "type": "number",
      "description": "Sampling rate in kHz (e.g. 44.1, 96.0, 192.0)"
    },
    "bit_depth": {
      "type": "integer",
      "enum": [16, 24],
      "description": "Bit depth of the audio file"
    },
    "blob": {
      "type": "string",
      "description": "Opaque CDN delivery token"
    }
  },
  "required": ["track_id", "url", "format_id"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/file-url"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.