Flickr · Example Payload

Flickr Tag List Example

PhotographyPhotosSocial MediaPublic APIs

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

periodcounttag

Example Payload

Raw ↑
{
  "period": "week",
  "count": 200,
  "tag": [
    {
      "_content": "100",
      "score": 87,
      "thm_data": {}
    }
  ]
}