Common/name/v1.1/CelebrityAward

Jump to: navigation, search

CelebrityAward

Contains information about an TV or movie award or award nomination for a person.

Elements

NameTypeDescription
category string Category of work the award applies to.
ids ids IDs for the movie or program that are recognized by Rovi DVDs or Rovi Video.
isWinner Boolean Whether the person won the award: true or false.
medium string Medium the movie or program was distributed in.
programType string Type of program:
  • Movie
  • Series
  • Episode
  • OneTimeOnly
title string Title of the movie or program.
type string Type of award.
videoUri string URL to information about the movie or program.
year integer Year of the award.

XML Response Example

<CelebrityAward>
  <ids>
    <amgMovieId i:nil="true" />
    <cosmoId>7199185</cosmoId>
    <iguideId i:nil="true" />
    <pidPaid i:nil="true" />
    <videoId i:nil="true" />
  </ids>
  <videoUri>http://api.rovicorp.com/v1.1/video/info?format=xml&apikey=4p1k3y&cosmoid=7199185</videoUri>
  <title>Great Performances</title>
  <type>Emmy</type>
  <medium>None</medium>
  <category>Outstanding Special Class - Not-exclusively-made-for-television Variety, Music, Comedy Event Programs</category>
  <year>2008</year>
  <isWinner>true</isWinner>
  <programType>Episode</programType>
</CelebrityAward>

JSON Response Example

{
   "ids":{
      "amgMovieId":null,
      "cosmoId":"7199185",
      "iguideId":null,
      "pidPaid":null,
      "videoId":null
   },
   "videoUri":"http://api.rovicorp.com/v1.1/video/info?format=json&apikey=4p1k3y&cosmoid=7199185",
   "title":"Great Performances",
   "type":"Emmy",
   "medium":"None",
   "category":"Outstanding Special Class - Not-exclusively-made-for-television Variety, Music, Comedy Event Programs",
   "year":2008,
   "isWinner":true,
   "programType":"Episode"
}
 
Personal tools