Search code examples
phpjavascriptflickr

Flickr API: Get list of all images with specific sizes


When I fetch data from Flickr, by default it includes only big image and square thumbnail. Example response: http://api.flickr.com/services/feeds/photos_public.gne?id=46197864@N02&format=rss2

Is there any way to include there also another specific sizes http://www.flickr.com/services/api/flickr.photos.getSizes.html

Or I need to create separate request for each image?

I have access to all API keys e.t.c.

Thank you.


Solution

  • Found, it, there is extras parameter in flickr.photosets.getPhotos method, it allows adding additional parameters to images like image sizes.