Common/music/v1.1/Thumbnail

Jump to: navigation, search

Thumbnail

Contains links to thumbnail images of an album. Images are JPG files with a depth of 24 bits per pixel.

Elements

NameTypeDescription
lg_250 string Link to an image that is 250 x 250 pixels in one or both dimensions.
md_170 string Link to an image that is 170 x 170 pixels in one or both dimensions.
sm_75 string Link to an image that is 75 x 75 pixels in one or both dimensions.

XML Response Example

<thumbnail>
  <sm_75>http://actual-url-concealed.jpg</sm_75>
  <md_170>http://actual-url-concealed.jpg</md_170>
  <lg_250>http://actual-url-concealed.jpg</lg_250>
</thumbnail>

JSON Response Example

{
  "sm_75":"http://actual-url-concealed.jpg",
  "md_170":"http://actual-url-concealed.jpg",
  "lg_250":"http://actual-url-concealed.jpg"
}
 
Personal tools