Endpoints
Miscellaneous
Lyrics

Lyrics endpoint

Note: This endpoint requires an API key to use. If you do not have one, you can read how to generate it on the SRA Dashboard (opens in a new tab). Premium users also get increased rate limits for this 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://..."
}