Skip to main content
GET
/
ws
/
1.1
/
matcher.lyrics.get
matcher.lyrics.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/matcher.lyrics.get
{
  "message": {
    "body": {
      "lyrics": {
        "explicit": 123,
        "lyrics_body": "<string>",
        "lyrics_copyright": "<string>",
        "lyrics_id": 123,
        "lyrics_language": "<string>",
        "pixel_tracking_url": "<string>",
        "region_restriction": {
          "allowed": [
            "<string>"
          ],
          "blocked": [
            "<any>"
          ]
        },
        "script_tracking_url": "<string>",
        "updated_time": "<string>"
      }
    },
    "header": {
      "execute_time": 123,
      "status_code": 123
    }
  }
}
This API uses fuzzy search to match your input parameters with our catalogue’s metadata. Make sure to:

Authorizations

apikey
string
query
required

Query Parameters

q_track
string
required

The song title. Required if the track_isrc is not indicated.

q_artist
string
required

The song artist. Required if the track_isrc is not indicated.

track_isrc
string

(Optional parameter) A valid ISRC identifier. If you have an ISRC ID in your catalogue you can query using this ID only.

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object