Skip to main content
MethodEndpointParameters
GET/musixmatch/lyricsq (smart-parsed) or title + artist
curl -H "Authorization: Bearer <key>" "https://api.scrape.rocks/musixmatch/lyrics?title=Bohemian%20Rhapsody&artist=Queen"
Response
{
  "text": "Is this the real life?\nIs this just fantasy?\nCaught in a landslide...",
  "lines": [
    { "range": { "start": 0 }, "line": "Is this the real life?" },
    { "range": { "start": 2500 }, "line": "Is this just fantasy?" }
  ],
  "track": {
    "title": "Bohemian Rhapsody",
    "author": "Queen",
    "album": "A Night at the Opera",
    "album_art": "https://..."
  },
  "source": "Musixmatch"
}