SYNK
GET/lyrics/search

Searches for lyrics snippets or performs fuzzy searching when exact artist/title matches fail. Very experimental.

Rate limit
30 req/min
Caching
Not cached. Realtime proxy.
Authentication
Send a User-Agent header containing a contact email. See authentication.

Parameters

NameTypeRequiredDescription
querystringrequiredSearch terms, e.g. snippet of lyrics or misspelled song name.

Request

curl 'https://api.synkradio.co.uk/lyrics/search?query=around%20the%20world' \
  -H 'User-Agent: [email protected]'

Try it

GETTry it
Sends a real request
https://api.synkradio.co.uk/lyrics/search?query=daft%20punk

Response

No example response is captured for this endpoint yet.