Common/data/v1.1/Mood

Jump to: navigation, search

Mood

Contains information about a mood. You can return a list of the moods recognized by Rovi Music by calling Descriptor/MusicMoods.

Elements

NameTypeDescription
id string Database ID of the mood.
name string The mood.
weight string A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<Mood>
  <id>XA0000000701</id>
  <name>Calm/Peaceful</name>
  <weight>9</weight>
</Mood>

JSON Response Example

{
  "id":"XA0000000701",
  "name":"Calm\/Peaceful",
  "weight":9
}
 
Personal tools