cURL
curl --request GET \ --url https://api.musixmatch.com/ws/1.1/track.lyrics.mood.get
200
200 OK
{ "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 } }}
Get the list of the first 5 prevalent moods associated with the track’s lyrics.
The Musixmatch commontrack ID.
"5920049"
A valid ISRC identifier.
"USUM70905526"
200 OK / 401 Unauthorized / 404 Not Found
The response is of type object.
object