json - Flickr API - photos_public how to get more than 19 photos -


an example api call is: https://api.flickr.com/services/feeds/photos_public.gne?tags=dog&tagmode=any&format=json

which returns 20 images. there way next 20 images, or load more images?

it's api page doesn't anything: https://www.flickr.com/services/feeds/docs/photos_public/

but found query work with:

https://api.flickr.com/services/rest?sort=relevance&parse_tags=1&content_type=7&extras=can_comment%2ccount_comments%2ccount_faves%2cdescription%2cisfavorite%2clicense%2cmedia%2cneeds_interstitial%2cowner_name%2cpath_alias%2crealname%2crotation%2curl_c%2curl_l%2curl_m%2curl_n%2curl_q%2curl_s%2curl_sq%2curl_t%2curl_z%2cis_marketplace_licensable&per_page=50&page=1&lang=en-us&text=dog&viewernsid=&method=flickr.photos.search&csrf=&api_key=fb4c82e7cd32fc74eb349aa61fc1b1aa&format=json&hermes=1&hermesclient=1&reqid=f866abd5&nojsoncallback=1

this 1 has need, including tag (text param), page , per_page. think should sing app here , gonna receive own api_key.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -