Common/descriptor/v1.1/SignificantMovie

Jump to: navigation, search

SignificantMovie

Contains information about a significant movie or TV show in a genre or subgenre.

Elements

NameTypeDescription
genre genre Genre specified in the request.
genres Genre [ ] All genres the movie or TV show belongs to.
id string Database ID for the movie or TV show. Use this ID in a Rovi DVDs request for information about the movie or TV show.
rank integer A relative rank compared to others in the genre or subgenre. A higher number indicates a higher significance.
releaseYear string Year the movie was released.
thumbnail string URL to a JPG of the movie art that is 250 x 250 pixels (in one or both dimensions) with a depth of 24 bits per pixel.

Note: Your access to images is governed by your subscription level.

title string Title of the movie or TV show.

XML Response Example

<SignificantMovie>
  <genre>
    <id>D 3159</id>
    <name>Reality Show [TV]</name>
  </genre>
  <rank>8</rank>
  <id>V 350472</id>
  <title>Survivor: Season 12</title>
  <releaseYear>2006</releaseYear>
  <thumbnail />
  <genres>
    <Genre>
      <id>D 3159</id>
      <name>Reality Show [TV]</name>
      <weight>5</weight>
    </Genre>
  </genres>
</SignificantMovie>

JSON Response Example

{
  "genre":{
   "id":"D  3159",
   "name":"Reality Show [TV]"
  },
  "rank":8,
  "id":"V  350472",
  "title":"Survivor: Season 12",
  "releaseYear":"2006",
  "thumbnail":null,
  "genres":[
   {
    "id":"D  3159",
    "name":"Reality Show [TV]",
    "weight":5
   }
  ]
}
 
Personal tools