Skip to main content
GET
/
ws
/
1.1
/
track.lyrics.mood.get
track.lyrics.mood.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/track.lyrics.mood.get
{
  "message": {
    "body": {
      "mood_list": [
        {
          "label": "<string>",
          "value": 123
        }
      ]
    },
    "header": {
      "execute_time": 123,
      "status_code": 123
    }
  }
}
Values indicate a relative measure of a particular mood being present in the track. At least one of the query parameters must be indicated: commontrack_id, or track_isrc.

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