Endpoints
Miscellaneous
Lyrics

Lyrics endpoint

GET /lyrics

Example Response:

URL
https://api.some-random-api.com/lyrics?title=...
Response
{
  "title": "...",
  "author": "...",
  "lyrics": "...",
  "thumbnail": "https://...",
  "url": "https://...",
  "disclaimer": "What the API returns is not guaranteed to return the right lyrics or have a matching title and author."
}