TIDAL · Schema

TIDAL Playlist

JSON:API resource representing a TIDAL playlist (user-owned or editorial). Returned by the Playlists API at GET /v2/playlists and GET /v2/playlists/{id}.

MusicStreamingHi-FiHiRes LosslessAudioBlockSquare

Properties

Name Type Description
id string Stable TIDAL playlist identifier (UUID for user playlists).
type string
attributes object
relationships object
View JSON Schema on GitHub

JSON Schema

tidal-playlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/tidal/tidal-playlist-schema.json",
  "title": "TIDAL Playlist",
  "description": "JSON:API resource representing a TIDAL playlist (user-owned or editorial). Returned by the Playlists API at GET /v2/playlists and GET /v2/playlists/{id}.",
  "type": "object",
  "required": ["id", "type", "attributes"],
  "properties": {
    "id": { "type": "string", "description": "Stable TIDAL playlist identifier (UUID for user playlists)." },
    "type": { "type": "string", "const": "playlists" },
    "attributes": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "description": { "type": "string" },
        "bounded": { "type": "boolean", "description": "Whether the playlist has a fixed item set (false for dynamic radio-style)." },
        "duration": { "type": "string", "description": "ISO 8601 total duration across all items." },
        "numberOfItems": { "type": "integer", "minimum": 0 },
        "externalLinks": { "type": "array", "items": { "type": "object" } },
        "createdAt": { "type": "string", "format": "date-time" },
        "lastModifiedAt": { "type": "string", "format": "date-time" },
        "privacy": { "type": "string", "enum": ["PRIVATE", "PUBLIC", "UNLISTED"] },
        "playlistType": { "type": "string", "enum": ["USER", "EDITORIAL", "ARTIST", "PODCAST"] },
        "imageLinks": { "type": "array", "items": { "type": "object" } },
        "squareImageLinks": { "type": "array", "items": { "type": "object" } },
        "tidalUrl": { "type": "string", "format": "uri" }
      }
    },
    "relationships": {
      "type": "object",
      "properties": {
        "items": { "type": "object" },
        "owners": { "type": "object" },
        "coverArt": { "type": "object" }
      }
    }
  }
}

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/tidal-playlist"
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 email required.

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