Flickr · Example Payload

Flickr Person Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

idnsidusernamerealnamelocationphotosurlprofileurl

Example Payload

Raw ↑
{
  "id": "52345678901",
  "nsid": "12345678@N00",
  "username": "shutterbug",
  "realname": "Jane Photographer",
  "location": "San Francisco, CA",
  "photosurl": "https://www.flickr.com/photos/12345678@N00/",
  "profileurl": "https://www.flickr.com/people/12345678@N00/"
}