GET
/artist/radioReturns 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
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Internal artist ID. |
| artist | string | optional | Artist name. Needed if id is not passed. |
| limit | integer | optional | Number 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 requesthttps://api.synkradio.co.uk/artist/radio?artist=Daft%20PunkResponse
No example response is captured for this endpoint yet.