SYNK
GET/artist/radio

Returns a smart mix of tracks based on an artist. Essential for building "Artist Radio" feeds that automatically play related and top tracks.

Rate limit
30 req/min
Caching
Cached for 1 hour.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
idstringoptionalInternal artist ID.
artiststringoptionalArtist name. Needed if id is not passed.
limitintegeroptionalNumber of tracks in the radio mix. Defaults to 25.

Request

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

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/artist/radio?artist=Daft%20Punk

Response

No example response is captured for this endpoint yet.