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": "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
}
}
}

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.

Example:

"5920049"

track_isrc
string

A valid ISRC identifier.

Example:

"USUM70905526"

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

The response is of type object.