GET
/track/creditsFull 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
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | Upstream track id. |
| isrc | string | optional | ISRC code. |
| artist | string | optional | Artist name (use with title). |
| title | string | optional | Track 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 requesthttps://api.synkradio.co.uk/track/credits?isrc=GBUM71505078&artist=Daft%20Punk&title=Around%20the%20WorldResponse
No example response is captured for this endpoint yet.