Flickr · Example Payload

Flickr Activity List Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

pagepagestotalitem

Example Payload

Raw ↑
{
  "page": 1,
  "pages": 12,
  "total": 1183,
  "item": [
    {
      "type": "photo",
      "id": "52345678901",
      "owner": "12345678@N00",
      "secret": "abc1234def",
      "server": "65535",
      "farm": 66,
      "title": "Golden Gate Sunset"
    }
  ]
}