Today, i set out to make a page to see random flickr images
https://www.flickr.com/services/api/flickr.interestingness.getList.html
Nice API, it worked in a matter of seconds, i could get it done in no time.
and came across Flickr Pandas,
https://www.flickr.com/services/api/flickr.panda.getList.html
Fired up Postman,
Request URL: https://api.flickr.com/services/rest/?api_key=*&method=flickr.panda.getList&format=json
Response JSON:
Read more about them here!
I'll explore more soon with null and echo
before i can get ot using
https://www.flickr.com/services/api/flickr.stats.getPopularPhotos.html
https://www.flickr.com/services/api/flickr.interestingness.getList.html
Nice API, it worked in a matter of seconds, i could get it done in no time.
and came across Flickr Pandas,
https://www.flickr.com/services/api/flickr.panda.getList.html
Fired up Postman,
Request URL: https://api.flickr.com/services/rest/?api_key=*&method=flickr.panda.getList&format=json
Response JSON:
{ "pandas": { "panda": [ { "_content": "ling ling" }, { "_content": "hsing hsing" }, { "_content": "wang wang" } ] }, "stat": "ok" }If XML
There are 3 Flickr Pandas:ling ling hsing hsing wang wang
- ling ling - ucumari
- hsing hsing - lynnehicks
- wang wang - perfectpandas
Read more about them here!
I'll explore more soon with null and echo
before i can get ot using
https://www.flickr.com/services/api/flickr.stats.getPopularPhotos.html
No comments:
Post a Comment