Common/image/v1.1/item

Jump to: navigation, search

Item

Contains metadata about an image.

Elements

NameTypeDescription
cosmoid string Cosmo ID of the movie or program that a returned image applies to. Returned only if the request specified a Cosmo ID.
iguideid string I-Guide ID of the movie or program that a returned image applies to. Returned only if the request specified an i-Guide ID.
image image Information about an image, including a URL to the image.
nameid string Name ID of a person in the image. Returned only if the request specified a name ID.
sourceid string ID of the network or station that a returned logo applies to, such as HBO, QVC, or KCBS HDTV. Returned only if the request specified a source ID.

XML Response Example

<item nameid="MN0000378566">
  <image>
    <url>http://actual-url-concealed.png</url>
    <caption>NEW YORK - APRIL 10: Nathan Lane arrives at the American Theatre Wing Annual Spring Gala at Cipriani 42nd Street on April 10, 2006 in New York City.</caption>
    <imageCastWeight i:nil="true" />
    <zoomLevel>3</zoomLevel>
    <imageTypeId>17</imageTypeId>
    <width>114</width>
    <height>190</height>
    <formatid>34</formatid>
    <orientation>Portrait</orientation>
    <aspectRatio>3:5</aspectRatio>
    <copyrightOwner i:nil="true" />
    <author>Bryan Bedder/Getty Images Entertainment/Getty Images</author>
  </image>
</item>

JSON Response Example

"MN0000378566":{
   "url":"http://actual-url-concealed.png",
   "caption":"NEW YORK - APRIL 10: Nathan Lane arrives at the American Theatre Wing Annual Spring Gala at Cipriani 42nd Street on April 10, 2006 in New York City.",
   "imageCastWeight":null,
   "imageTypeId":"17",
   "width":114,
   "height":190,
   "formatid":34,
   "orientation":"Portrait",
   "aspectRatio":"3:5",
   "zoomLevel":3,
   "copyrightOwner":null,
   "author":"Bryan Bedder/Getty Images Entertainment/Getty Images"
},
 
Personal tools