Flickr · Example Payload

Flickr Photo Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

idownersecretserverfarmtitleispublicisfriendisfamilydatetakenurl_oheight_owidth_o

Example Payload

Raw ↑
{
  "id": "52345678901",
  "owner": "12345678@N00",
  "secret": "abc1234def",
  "server": "65535",
  "farm": 66,
  "title": "Golden Gate Sunset",
  "ispublic": 1,
  "isfriend": 0,
  "isfamily": 0,
  "datetaken": "2026-04-12 18:24:11",
  "url_o": "https://live.staticflickr.com/65535/52345678901_abc1234def_o.jpg",
  "height_o": 4032,
  "width_o": 6048
}