zooomr.photos.getSizes
Get the sizes of a given image
Authentication
This method requires authentication
Arguments
api_key (Required)
Your API application key.
photo_id (Required)
The id of the photo to fetch size information for.
Example Response
{"stat": "ok", "sizes": {"size": [{"typeid": 1, "source": "http://static.zooomr.com/images/4758866_33c73e5881_s.jpg", "width": 75, "url": "http://zooomr.com/z/photos/zoom/4758866/size-1/", "height": 75, "label": "Square"}, {"typeid": 2, "source": "http://static.zooomr.com/images/4758866_33c73e5881_t.jpg", "width": 100, "url": "http://zooomr.com/z/photos/zoom/4758866/size-2/", "height": 68, "label": "Thumbnail"}, {"typeid": 4, "source": "http://static.zooomr.com/images/4758866_33c73e5881_m.jpg", "width": 240, "url": "http://zooomr.com/z/photos/zoom/4758866/size-4/", "height": 161, "label": "Small"}, {"typeid": 8, "source": "http://static.zooomr.com/images/4758866_33c73e5881.jpg", "width": 500, "url": "http://zooomr.com/z/photos/zoom/4758866/size-8/", "height": 334, "label": "Medium"}, {"typeid": 16, "source": "http://static.zooomr.com/images/4758866_33c73e5881_b.jpg", "width": 1024, "url": "http://zooomr.com/z/photos/zoom/4758866/size-16/", "height": 683, "label": "Big"}, {"typeid": 32, "source": "http://static.zooomr.com/images/4758866_f2819d6f90_o.jpg", "width": 3888, "url": "http://zooomr.com/z/photos/zoom/4758866/size-32/", "height": 2592, "label": "Original"}]}}
