Flickr · Example Payload

Flickr Gallery Example

PhotographyPhotosSocial MediaPublic APIs

Flickr Gallery Example is an example object payload from Flickr, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlownerdate_createcount_photoscount_videos

Example Payload

Raw ↑
{
  "id": "52345678901",
  "url": "https://www.flickr.com/galleries/12345678@N00/72157712345/",
  "owner": "12345678@N00",
  "date_create": "1715000000",
  "count_photos": 18,
  "count_videos": 0
}