GET
/track/isrcDirect ISRC → track lookup. Returns the full /track/info payload — audio features, album, recommendations and all — from just a 12-character ISRC.
Rate limit
60 req/min
Caching
Cached in the internal database indefinitely.
Authentication
Send a
User-Agent header containing a contact email. See authentication.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| isrc | string | required | 12-character International Standard Recording Code, e.g. USIR20400274. |
Request
curl 'https://api.synkradio.co.uk/track/isrc?isrc=GBUM71505078' \
-H 'User-Agent: [email protected]'Try it
GETTry it
Sends a real requesthttps://api.synkradio.co.uk/track/isrc?isrc=GBUM71505078Response
No example response is captured for this endpoint yet.