SYNK
GET/artist/biography

Long-form artist biography pulled from Wikipedia. Returns both a short summary and a longer extract. Great for artist detail pages when you need real prose, not just metadata.

Rate limit
60 req/min
Caching
Cached per artist+language in the internal database for 7 days.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
idintegeroptionalUpstream artist id. Either id or name is required.
namestringoptionalArtist name. Required if id is not provided.
langstringoptionalWikipedia language code, e.g. en, de, es, fr, ja. Defaults to en.

Request

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

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/artist/biography

Response

No example response is captured for this endpoint yet.