Common/video/v1.1/VideoTheme

Jump to: navigation, search

Theme

Contains information about a topic or circumstance that motivates or fits with a movie or television program. The themes recognized by Rovi Video are shown in the Movie Themes table.

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>D  1430</id>
  <name>Saintly Fools</name>
  <weight>5</weight>
</theme>

JSON Response Example

{
  "id":"D  1430",
  "name":"Saintly Fools",
  "weight":5
}
 
Personal tools