Common/video/v1.1/VideoAwardRecipient

Jump to: navigation, search

VideoAwardRecipient

Contains information about a person, group, or organization that earned an award or award nomination for work on a movie or television program.

Elements

NameTypeDescription
fullName string Name of the person, group, or organization.
ids ids Database IDs that are valid for the person, group, or organization.
isCelebrity Boolean Whether the person or group is a celebrity: true or false.
isOrganization Boolean Whether the recipient of the award or award nomination is an organization: true or false.
nameUri string Name/Info request for information about the person, group, or organization.

XML Response Example

<VideoAwardRecipient>
  <ids>
    <amgClassicalId i:nil="true"/>
    <amgMovieId i:nil="true"/>
    <amgPopId i:nil="true"/>
    <cosmoId>448124</cosmoId>
    <nameId i:nil="true"/>
  </ids>
  <fullName>Dan Castellaneta</fullName>
  <nameUri>http://api.rovicorp.com/v1.1/name/info?format=xml&amp;apikey=4p1k3y&amp;cosmoid=448124</nameUri>
  <isCelebrity>true</isCelebrity>
  <isOrganization>false</isOrganization>
</VideoAwardRecipient>

JSON Response Example

{
   "ids":{
      "amgClassicalId":null,
      "amgMovieId":null,
      "amgPopId":null,
      "cosmoId":"448124",
      "nameId":null
   },
   "fullName":"Dan Castellaneta",
   "nameUri":"http:\/\/api.rovicorp.com\/v1.1\/name\/info?format=json&apikey=4p1k3y&cosmoid=448124",
   "isCelebrity":true,
   "isOrganization":false
}
 
Personal tools