SYNK
GET/track/isrc

Direct 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

NameTypeRequiredDescription
isrcstringrequired12-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 request
https://api.synkradio.co.uk/track/isrc?isrc=GBUM71505078

Response

No example response is captured for this endpoint yet.