Version 1.0
Returns the value of the alt field of the image.
<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' >
{{ response.image.alt }}
Nuno Gama
Version 1.0
Returns the value of the position field of the image.
{{ response.image.position }}
2
Version 1.0 (discontinued)
Returns the value of the resource_id field of the image.
{{ response.image.resource_id }}
aW1hZ2VzL2Jhbm5lcjRfcHQucG5n
Version 1.0
Returns the value of the width field of the image.
<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' width="{{image.width}}" >
{{ response.image.width }}
550
Version 1.0
Returns the value of the height field of the image.
<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' height="{{image.height}}" >
{{ response.image.height }}
530
Version 1.0
Returns the value of the allow_zoom field of the image.
{{ response.image.allow_zoom }}
1
Version 1.1
Returns the value of the resource_url field of the image.
Return array( large; regular; small; thumb)
{{ response.image.resource_url.small }}
/api.php/getImage/400/400/3/src_DESKTOP.jpg
Version
Version
Returns the value of the resource_url_sizes field of the image.