GET
/artistimageReturns 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
| Name | Type | Required | Description |
|---|---|---|---|
| artist | string | optional | Artist name to look up. |
| id | string | optional | Internal 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 requesthttps://api.synkradio.co.uk/artistimage?artist=Daft%20PunkResponse
Returns binary
image/jpeg. Pipe the response body directly to a file or stream.