Name | Description | Type | Example / possible value |
id | A unique id of the image | String |
"75656f021f8f455dbd926f1a513bd13a" |
files | Object with paths to the image files. Read more about the image sizes | Object |
{ original:"1bac96002cbe11e281c10800200c9a66.jpg", large:"1bac96002cbe11e281c10800200c9a66-large.jpg", medium:"1bac96002cbe11e281c10800200c9a66-medium.jpg", small:"1bac96002cbe11e281c10800200c9a66-small.jpg", thumb:"1bac96002cbe11e281c10800200c9a66-thumb.jpg" } |
tags | optional Array of tag objects of the image. Is only included in the response if endpoint was called with parameter include_tags=true . Note: Tag object will have no images property. |
Array |
[ tag object, tag object ] |