Common/data/v1.1/Theme

Jump to: navigation, search

Theme

Contains information about a theme. See the Music Themes table for the list of themes used by Rovi Music.

Elements

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

XML Response Example

<Theme>
  <id>MA0000005079</id>
  <name>Reminiscing</name>
  <weight>9</weight>
</Theme>

JSON Response Example

{
  "id":"MA0000005079",
  "name":"Reminiscing",
  "weight":9
}
 
Personal tools