Flickr · Example Payload

Flickr Profile Example

PhotographyPhotosSocial MediaPublic APIs

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

Top-level fields

idfirst_namelast_namejoin_dateoccupationcitycountryhometownwebsite

Example Payload

Raw ↑
{
  "id": "52345678901",
  "first_name": "Jane",
  "last_name": "Photographer",
  "join_date": "2008-06-15",
  "occupation": "Photographer",
  "city": "San Francisco",
  "country": "USA",
  "hometown": "Portland",
  "website": "https://janephotographer.example.com"
}