Endpoints
Miscellaneous
Lyrics

Lyrics endpoint

GET /lyrics

⚠️
Disclaimer: What the API returns is not guaranteed to return the correct lyrics or have a matching title and author.

Query Requirements:

Query ParameterRequired?
titlegreen tick

Example Response:

URL
https://api.some-random-api.com/lyrics?title=...
Response
{
  "title": "...",
  "artist": "...",
  "lyrics": "...",
  "thumbnail": "https://...",
  "url": "https://..."
}