Home
TIDAL
TIDAL Artist
TIDAL Artist
JSON:API resource representing a TIDAL artist. Returned by GET /v2/artists and GET /v2/artists/{id} with relationships to albums, tracks, videos, biography, roles, similar artists, followers, and radio.
Music Streaming Hi-Fi HiRes Lossless Audio Block Square
Properties
Name
Type
Description
id
string
Stable TIDAL artist identifier.
type
string
attributes
object
relationships
object
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/tidal/tidal-artist-schema.json",
"title": "TIDAL Artist",
"description": "JSON:API resource representing a TIDAL artist. Returned by GET /v2/artists and GET /v2/artists/{id} with relationships to albums, tracks, videos, biography, roles, similar artists, followers, and radio.",
"type": "object",
"required": ["id", "type", "attributes"],
"properties": {
"id": { "type": "string", "description": "Stable TIDAL artist identifier." },
"type": { "type": "string", "const": "artists" },
"attributes": {
"type": "object",
"properties": {
"name": { "type": "string", "description": "Artist display name." },
"popularity": { "type": "number", "minimum": 0, "maximum": 1, "description": "Popularity in 0.0-1.0 range." },
"handle": { "type": "string", "description": "URL-safe artist handle." },
"spotlight": { "type": "string", "description": "Spotlight blurb." },
"tidalUrl": { "type": "string", "format": "uri" },
"imageLinks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"href": { "type": "string", "format": "uri" },
"meta": {
"type": "object",
"properties": {
"width": { "type": "integer" },
"height": { "type": "integer" }
}
}
}
}
}
}
},
"relationships": {
"type": "object",
"properties": {
"albums": { "type": "object" },
"tracks": { "type": "object" },
"videos": { "type": "object" },
"biography": { "type": "object" },
"roles": { "type": "object" },
"similarArtists": { "type": "object" },
"followers": { "type": "object" },
"following": { "type": "object" },
"owners": { "type": "object" },
"profileArt": { "type": "object" },
"radio": { "type": "object" },
"trackProviders": { "type": "object" }
}
}
}
}
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-artist"
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.