Flickr · Example Payload

Flickr Topic List Example

PhotographyPhotosSocial MediaPublic APIs

Flickr Topic 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

pagepagestotaltopic

Example Payload

Raw ↑
{
  "page": 1,
  "pages": 12,
  "total": 1183,
  "topic": [
    {
      "id": "52345678901",
      "subject": "Tips for sunset photography",
      "author": "12345678@N00",
      "author_name": "shutterbug",
      "datecreate": "1715000000",
      "count_replies": 7
    }
  ]
}