GET
/lyrics/searchSearches 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
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search 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 requesthttps://api.synkradio.co.uk/lyrics/search?query=daft%20punkResponse
No example response is captured for this endpoint yet.