Flickr · Example Payload

Flickr Collection Tree Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

collection

Example Payload

Raw ↑
{
  "collection": [
    {
      "id": "52345678901",
      "title": "Golden Gate Sunset",
      "description": "Detailed photo metadata.",
      "iconlarge": "https://www.flickr.com/services/api/",
      "set": [
        {
          "id": "52345678901",
          "title": "Golden Gate Sunset"
        }
      ]
    }
  ]
}