Changes from Version 1 of zooomr.photos.getSizes

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 05:07:11 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.getSizes

    v0 v1  
     1= zooomr.photos.getSizes  = 
     2 
     3Get the sizes of a given image 
     4 
     5=== Authentication === 
     6 
     7This method requires authentication 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key.  
     13photo_id (Required) 
     14    The id of the photo to fetch size information for.  
     15 
     16=== Example Response === 
     17{{{ 
     18{"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"}]}} 
     19}}}