Search code examples
pythonflickr

Flickr API. Get photo,tags, exif info from Flickr's explore page


I am working on a personal project. I was wondering if Flickr's API gives access to Explore page?

I will be using python.


Solution

  • Explore is called interestingness in the docs.

    https://www.flickr.com/services/api/flickr.interestingness.getList.html

    Thanks