TRACK.LYRICS.MOOD.GET

Get the mood list (and raw value that generated it) of a lyrics

Parameters

commontrack_id
The musiXmatch track id
track_isrc
A valid ISRC identifier

Authentication

This method requires authentication.

Json Response
{
  "message": {
    "header": {
      "status_code": 200,
      "execute_time": 0.02262282371521
    },
    "body": {	    
      "mood_list": [
			{
        		label: "stirring",
			value: 0.161
      			},
			{
        		label: "empowering",
			value: 0.133
      			},
			{
        		label: "fiery",
			value: 0.088
      			},
			{
        		label: "sensual",
			value: 0.08
      			},
			{
        		label: "lively",
			value: 0.068
      			}
      	],
      "raw_data":{
        		valence: 0.7,
			arousal: 0.6
      	},
    }
  }
}