Tracks
Tracks metadata
The metadata endpoint returns metadata for a list of tracks.
Identify each track by either its track id or its International Standard Recording Code (ISRC), and mix both kinds of value in the same request. The response de-duplicates a track that you request by both its track id and its ISRC.
If a value matches no track, the response omits that track instead of returning an error.
get/v0/tracks/metadata
Query parameters
trackIdstring[] required
List of track identifiers. Each value is either a track id or an ISRC, such as SE5Q52401263. ISRC matching ignores case, dashes, and spaces.
Response
Tracks response