flickr.com

A subset of Flickr's API defined in Swagger format.

25 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (7 total)

flickr-sdk ✓ Official
npm install flickr-sdk
npm install flickr-sdk
npm install flickr-deduper
npm install flickr-sdk-react-redux
dotnet add package SurfaceFlickrSearch
# See https://github.com/khanmdv/FlickrSDK
# See https://github.com/bobbypage/DPFlickr
curl examples
Returns an access token
curl \
  https://api.flickr.com/services/oauth/access_token
Returns an oauth token and oauth token secret
curl \
  https://api.flickr.com/services/oauth/request_token
Echos the input parameters back in the response
curl \
  https://api.flickr.com/services/rest?method=flickr.test.echo
Endpoints (25 total)
GET
/oauth/access_token
Returns an access token
GET
/oauth/request_token
Returns an oauth token and oauth token secret
GET
/rest?method=flickr.test.echo
Echos the input parameters back in the response
GET
/rest?method=flickr.photos.search
Return a list of photos matching some criteria.
GET
/rest?method=flickr.groups.getInfo
Get information about a group
GET
/rest?method=flickr.people.getInfo
Returns a person
GET
/rest?method=flickr.photos.getExif
Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user mu…
GET
/rest?method=flickr.photos.getInfo
Returns a photo
GET
/rest?method=flickr.photos.getSizes
Returns photo sizes
GET
/rest?method=flickr.people.getPhotos
Return photos from the given user's photostream
GET
/rest?method=flickr.favorites.getList
Returns a list of the user's favorite photos. Only photos which the calling u…
GET
/rest?method=flickr.photos.getContext
Returns next and previous photos for a photo in a photostream
At a glance
Total SDKs7
Languages4
Endpoints25
Categories1
https://api.flickr.com/services