Qobuz · Schema
Track
Qobuz track metadata returned by /track/get
Music StreamingHi-Res AudioFLACLossless AudioMusic DownloadsCatalog SearchStreaming URLsMusic MetadataAudiophileFrance
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Qobuz track identifier |
| title | string | |
| version | stringnull | |
| isrc | string | International Standard Recording Code |
| maximum_bit_depth | integer | |
| maximum_channel_count | integer | |
| maximum_sampling_rate | number | Sampling rate in kHz |
| performer | object | |
| performers | string | |
| composer | object | |
| copyright | string | |
| track_number | integer | |
| media_number | integer | |
| release_date_original | string | |
| release_date_download | string | |
| release_date_stream | string | |
| release_date_purchase | string | |
| purchasable | boolean | |
| streamable | boolean | |
| previewable | boolean | |
| sampleable | boolean | |
| downloadable | boolean | |
| displayable | boolean | |
| hires | boolean | |
| hires_streamable | boolean | |
| parental_warning | boolean | |
| duration | integer | Duration in seconds |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/qobuz/main/json-schema/track.json",
"title": "Track",
"description": "Qobuz track metadata returned by /track/get",
"type": "object",
"properties": {
"id": { "type": "integer", "description": "Qobuz track identifier" },
"title": { "type": "string" },
"version": { "type": ["string", "null"] },
"isrc": { "type": "string", "description": "International Standard Recording Code" },
"maximum_bit_depth": { "type": "integer", "enum": [16, 24] },
"maximum_channel_count": { "type": "integer" },
"maximum_sampling_rate": { "type": "number", "description": "Sampling rate in kHz" },
"performer": {
"type": "object",
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" }
}
},
"performers": { "type": "string" },
"composer": {
"type": "object",
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" }
}
},
"copyright": { "type": "string" },
"track_number": { "type": "integer" },
"media_number": { "type": "integer" },
"release_date_original": { "type": "string" },
"release_date_download": { "type": "string" },
"release_date_stream": { "type": "string" },
"release_date_purchase": { "type": "string" },
"purchasable": { "type": "boolean" },
"streamable": { "type": "boolean" },
"previewable": { "type": "boolean" },
"sampleable": { "type": "boolean" },
"downloadable": { "type": "boolean" },
"displayable": { "type": "boolean" },
"hires": { "type": "boolean" },
"hires_streamable": { "type": "boolean" },
"parental_warning": { "type": "boolean" },
"duration": { "type": "integer", "description": "Duration in seconds" }
},
"required": ["id", "title"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/track"
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.