SYNK
GET/track/preview

Returns a 30-second preview clip for a track. Resolves via artist and title, or ISRC. Useful for letting someone hear a snippet before committing to the full stream.

Rate limit
30 req/min
Caching
Not cached. Every request goes upstream.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
artiststringoptionalArtist name. Needed if you are not passing an ISRC.
titlestringoptionalTrack title. Needed if you are not passing an ISRC.
isrcstringoptionalISRC code. Faster lookup than artist and title.

Request

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

Try it

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

Response

Returns binary audio/mpeg. Pipe the response body directly to a file or stream.