{"@context": "https://schema.org", "@type": "WebAPI", "name": "Flickr API Schema API", "description": "A subset of Flickr's API defined in Swagger format.", "provider": {"@type": "Organization", "name": "flickr.com"}, "documentation": "https://raw.githubusercontent.com/flickr/flickr-api-swagger/master/dist/schema.json"}
A subset of Flickr's API defined in Swagger format.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.flickr.com/services
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
A subset of Flickr's API defined in Swagger format.
| method | path | what the vendor says it does |
|---|---|---|
GET | /oauth/access_token | Returns an access token Public |
GET | /oauth/request_token | Returns an oauth token and oauth token secret Public |
GET | /rest?method=flickr.favorites.getContext | Returns next and previous favorites for a photo in a user's favorites Public |
GET | /rest?method=flickr.favorites.getList | Returns a list of the user's favorite photos. Only photos which the calling user has permission to see are ret |
GET | /rest?method=flickr.galleries.getPhotos | Returns a list of photos in a gallery. Public |
GET | /rest?method=flickr.groups.discuss.replies.getInfo | Get information on a group topic reply Public |
GET | /rest?method=flickr.groups.discuss.topics.getInfo | Get information about a group discussion topic Public |
GET | /rest?method=flickr.groups.discuss.topics.getList | Get a list of discussion topics in a group. Public |
GET | /rest?method=flickr.groups.getInfo | Get information about a group Public |
GET | /rest?method=flickr.groups.pools.getContext | Returns next and previous photos for a photo in a group pool Public |
GET | /rest?method=flickr.groups.pools.getPhotos | Returns a list of pool photos for a given group Public |
GET | /rest?method=flickr.people.getInfo | Returns a person Public |
GET | /rest?method=flickr.people.getPhotos | Return photos from the given user's photostream Public |
GET | /rest?method=flickr.photolist.getContext | Returns next and previous photos in a photo list Public |
GET | /rest?method=flickr.photos.getContext | Returns next and previous photos for a photo in a photostream Public |
GET | /rest?method=flickr.photos.getExif | Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must have permission to view the ph |
GET | /rest?method=flickr.photos.getInfo | Returns a photo Public |
GET | /rest?method=flickr.photos.getSizes | Returns photo sizes Public |
GET | /rest?method=flickr.photos.licenses.getInfo | Fetches a list of available photo licenses for Flickr Public |
GET | /rest?method=flickr.photos.search | Return a list of photos matching some criteria. Public |
GET | /rest?method=flickr.photosets.getContext | Returns next and previous photos for a photo in a set Public |
GET | /rest?method=flickr.photosets.getList | Returns the albums belonging to the specified user Public |
GET | /rest?method=flickr.photosets.getPhotos | Returns a list of photos in an album. Public |
GET | /rest?method=flickr.test.echo | Echos the input parameters back in the response Public |
POST | /upload | Uploads a new photo to Flickr Public |
specification origin: https://raw.githubusercontent.com/flickr/flickr-api-swagger/master/dist/schema.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.