Flickr · Example Payload

Flickr Tag Cluster List Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

sourcetotalcluster

Example Payload

Raw ↑
{
  "source": "https://live.staticflickr.com/65535/52345678901_abc1234def_o.jpg",
  "total": 1183,
  "cluster": [
    {
      "total": 1183,
      "tag": [
        {
          "_content": "100",
          "score": 87,
          "thm_data": {}
        }
      ]
    }
  ]
}