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 Parameter | Required? |
---|---|
title |
Example Response:
URL
https://api.some-random-api.com/lyrics?title=...
Response
{
"title": "...",
"artist": "...",
"lyrics": "...",
"thumbnail": "https://...",
"url": "https://..."
}