Flickr · Example Payload

Flickr Contact List Example

PhotographyPhotosSocial MediaPublic APIs

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

pagepagestotalcontact

Example Payload

Raw ↑
{
  "page": 1,
  "pages": 12,
  "total": 1183,
  "contact": [
    {
      "nsid": "12345678@N00",
      "username": "shutterbug",
      "iconserver": "7402",
      "realname": "Jane Photographer",
      "friend": 1,
      "family": 0,
      "ignored": 0
    }
  ]
}