Thumbnails

Thumbnail image URLs in various sizes. The aspect ratio of the original image is preserved. If the width of original image is lower than the desired width then the original width is used.

Type: object

AttributeTypeDescription
smallstringURL of the thumbnail image with a width of at most 256 pixels
mediumstringURL of the thumbnail image with a width of at most 512 pixels
largestringURL of the thumbnail image with a width of at most 1024 pixels

Example

{
  "small": "http://placekitten.com/256/256",
  "medium": "http://placekitten.com/512/512",
  "large": "http://placekitten.com/1024/1024"
}