SYNK
GET/artistimage

Returns an artist photo proxied through the API. Handy if you need artist images without faffing about with external APIs yourself.

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
artiststringoptionalArtist name to look up.
idstringoptionalInternal artist ID from the trackinfo endpoint. Faster than a name lookup.

Request

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

Try it

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

Response

Returns binary image/jpeg. Pipe the response body directly to a file or stream.