Common/video/v1.1/VideoCast

Jump to: navigation, search

VideoCast

Contains information about a cast credit in a movie or television program.

Elements

NameTypeDescription
image image URL to a JPG of the person or group that is 250 x 250 pixels (in one or both dimensions) with a depth of 24 bits per pixel.

Note: Access to images is governed by your subscription level.

isCelebrity Boolean Whether the person or group is a celebrity: true or false.
isOrganization Boolean Whether the credit is to an organization: true or false.
name string Name of the person, group, or organization in less than 256 characters.
nameUri string Name/Info request for information about the person, group, or organization.
partName string Character name in the movie or program in less than 256 characters.
role CreditType Type of contribution.
sequence integer Order of the credit in the list of cast and crew credits, starting with the cast credits.

XML Response Example

<VideoCast>
  <name>Dan Castellaneta</name>
  <nameUri>http://api.rovicorp.com/v1.1/name/info?format=xml&amp;apikey=4p1k3y&amp;cosmoid=448124</nameUri>
  <role>Voice</role>
  <isCelebrity>true</isCelebrity>
  <isOrganization>false</isOrganization>
  <partName>Homer Simpson/Grampa/Krusty the Clown/Barney/Mayor Quimby</partName>
  <sequence>1</sequence>
  <image>
    <height>250</height>
    <width>188</width>
    <formatid>44</formatid>
    <url>http://actual-url-concealed.jpg</url>
    <author/>
    <copyrightOwner>Stephen Shugerman/Getty Images Entertainment/Getty Images</copyrightOwner>
  </image>
</VideoCast>

JSON Response Example

{
   "name":"Dan Castellaneta",
   "nameUri":"http:\/\/api.rovicorp.com\/v1.1\/name\/info?format=json&apikey=4p1k3y&cosmoid=448124",
   "role":"Voice",
   "isCelebrity":true,
   "isOrganization":false,
   "partName":"Homer Simpson\/Grampa\/Krusty the Clown\/Barney\/Mayor Quimby",
   "sequence":1,
   "image":{
      "height":250,
      "width":188,
      "formatid":44,
      "url":"http:\/\/actual-url-concealed.jpg",
      "author":"",
      "copyrightOwner":"Stephen Shugerman\/Getty Images Entertainment\/Getty Images"
   }
}
 
Personal tools