cURL
Catalog
Track
Get full provider track metadata by track id — title, artists, albums, release date, genres, popularity, and platform IDs.
This endpoint is a thin proxy over the provider /track/:id detail lookup. Discover a provider track ID via GET /api/research with type=tracks — pick a result’s id, then call this endpoint. Keeping the two concerns separate means predictable credit charging and no silent wrong-match behavior for ambiguous queries.
GET
cURL
Query Parameters
Provider track ID. Obtain it from search results or a track lookup.
Pattern:
^[A-Za-z0-9][A-Za-z0-9._:-]*$Example:
"track_123"
