Skip to main content
GET
/
ws
/
1.1
/
track.lyrics.get
track.lyrics.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/track.lyrics.get
{
  "message": {
    "body": {
      "lyrics": {
        "explicit": 123,
        "lyrics_body": "<string>",
        "lyrics_copyright": "<string>",
        "lyrics_id": 123,
        "lyrics_language": "<string>",
        "pixel_tracking_url": "<string>",
        "script_tracking_url": "<string>",
        "updated_time": "<string>"
      }
    },
    "header": {
      "execute_time": 123,
      "status_code": 123
    }
  }
}
At least one of the query parameters must be indicated: commontrack_id, or track_isrc. Make sure to fulfill the country restrictions you receive for every copyrighted content.
See also: Lyrics views tracking

Authorizations

apikey
string
query
required

Query Parameters

commontrack_id
string

The Musixmatch commontrack ID.

track_isrc
string

A valid ISRC identifier.

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object
I