You aren't signed in     Sign In    Help

flickr.photos.getSizes

Returns the available sizes for a photo. The calling user must have permission to view the photo.

Authentication

This method does not require authentication.

Arguments

api_key (Required)
Your API application key. See here for more details.
photo_id (Required)
The id of the photo to fetch size information for.

Example Response

<sizes>
<size label="Square" width="75" height="75"
      source="http://farm2.static.flickr.com/1103/567229075_2cf8456f01_s.jpg"
      url="http://www.flickr.com/photos/stewart/567229075/sizes/sq/"/>
<size label="Thumbnail" width="100" height="75"
      source="http://farm2.static.flickr.com/1103/567229075_2cf8456f01_t.jpg"
      url="http://www.flickr.com/photos/stewart/567229075/sizes/t/"/>
<size label="Small" width="240" height="180"
      source="http://farm2.static.flickr.com/1103/567229075_2cf8456f01_m.jpg"
      url="http://www.flickr.com/photos/stewart/567229075/sizes/s/"/>
<size label="Medium" width="500" height="375"
      source="http://farm2.static.flickr.com/1103/567229075_2cf8456f01.jpg"
      url="http://www.flickr.com/photos/stewart/567229075/sizes/m/"/>
<size label="Original" width="640" height="480"
      source="http://farm2.static.flickr.com/1103/567229075_6dc09dc6da_o.jpg"
      url="http://www.flickr.com/photos/stewart/567229075/sizes/o/"/>
</sizes>

Error Codes

1: Photo not found
The photo id passed was not a valid photo id.
2: Permission denied
The calling user does not have permission to view the photo.
100: Invalid API Key
The API key passed was not valid or has expired.
105: Service currently unavailable
The requested service is temporarily unavailable.
111: Format "xxx" not found
The requested response format was not found.
112: Method "xxx" not found
The requested method was not found.
114: Invalid SOAP envelope
The SOAP envelope send in the request could not be parsed.
115: Invalid XML-RPC Method Call
The XML-RPC request document could not be parsed.
116: Bad URL found
One or more arguments contained a URL that has been used for abuse on Flickr.

API Explorer

API Explorer : flickr.photos.getSizes