Common/music/v1.1/Images

Jump to: navigation, search

Images

Contains information about images of an album. Note: Access to images is governed by your subscription level and geographical location.

IMPORTANT: Photography credits must be displayed with images.

Elements

NameTypeDescription
back Image [ ] Information about images of the back of the album.
front Image [ ] Information about images of the front of the album.

XML Response Example

<images>
  <front>
    <Image>
      <height>75</height>
      <width>75</width>
      <formatid>71</formatid>
      <url>http://actual-url-concealed.com</url>
      <author i:nil="true" />
      <copyrightOwner i:nil="true" />
    </Image>
    <Image>
      <height>170</height>
      <width>170</width>
      <formatid>63</formatid>
      <url>http://actual-url-concealed.com</url>
      <author i:nil="true" />
      <copyrightOwner i:nil="true" />
    </Image>
    <Image>
      <height>251</height>
      <width>250</width>
      <formatid>44</formatid>
      <url>http://actual-url-concealed.com</url>
      <author i:nil="true" />
      <copyrightOwner i:nil="true" />
    </Image>
    <Image>
      <height>401</height>
      <width>400</width>
      <formatid>64</formatid>
      <url>http://actual-url-concealed.com</url>
      <author i:nil="true" />
      <copyrightOwner i:nil="true" />
    </Image>
    <Image>
      <height>502</height>
      <width>500</width>
      <formatid>16</formatid>
      <url>http://actual-url-concealed.com</url>
      <author i:nil="true" />
      <copyrightOwner i:nil="true" />
    </Image>
  </front>
  <back />
</images>

JSON Response Example

{
  "front":[
    {
      "height":75,
      "width":75,
      "formatid":71,
      "url":"http:\/\/actual-url-concealed.com",
      "author":null,
      "copyrightOwner":null
    },
    {
      "height":170,
      "width":170,
      "formatid":63,
      "url":"http:\/\/actual-url-concealed.com",
      "author":null,
      "copyrightOwner":null
    },
    {
      "height":251,
      "width":250,
      "formatid":44,
      "url":"http:\/\/actual-url-concealed.com",
      "author":null,
      "copyrightOwner":null
    },
    {
      "height":401,
      "width":400,
      "formatid":64,
      "url":"http:\/\/actual-url-concealed.com",
      "author":null,
      "copyrightOwner":null
    },
    {
      "height":502,
      "width":500,
      "formatid":16,
      "url":"http:\/\/actual-url-concealed.com",
      "author":null,
      "copyrightOwner":null
    }
  ],
  "back":[
  ]
}
 
Personal tools