GET
/
ws
/
1.1
/
track.lyrics.mood.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/track.lyrics.mood.get
{
  "message": {
    "body": {
      "mood_list": [
        {
          "label": "lively",
          "value": 0.127
        },
        {
          "label": "stirring",
          "value": 0.127
        },
        {
          "label": "excited",
          "value": 0.111
        },
        {
          "label": "rowdy",
          "value": 0.11
        },
        {
          "label": "upbeat",
          "value": 0.063
        }
      ]
    },
    "header": {
      "execute_time": 0.04797887802124,
      "status_code": 200
    }
  }
}

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