SYNK
GET/track/credits

Full contributor credits for a track, aggregated across multiple music metadata providers so you get the richest union of data available: main artists, featured artists, writers, composers, producers, mixers and engineers. Also returns the record label, copyright year, ℗/© strings and release date from the parent album. Grouped by role for easy consumption.

Rate limit
60 req/min
Caching
Cached in the internal database for 24 hours.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
idintegeroptionalUpstream track id.
isrcstringoptionalISRC code.
artiststringoptionalArtist name (use with title).
titlestringoptionalTrack title (use with artist).

Request

curl 'https://api.synkradio.co.uk/track/credits' \
  -H 'User-Agent: [email protected]'

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/track/credits?isrc=GBUM71505078&artist=Daft%20Punk&title=Around%20the%20World

Response

No example response is captured for this endpoint yet.