Flickr · JSON Structure

Flickr Stat Structure

Stat schema from Flickr API

Type: object Properties: 4
PhotographyPhotosSocial MediaPublic APIs

Stat is a JSON Structure definition published by Flickr, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

date views comments favorites

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flickr/refs/heads/main/json-structure/flickr-stat-structure.json",
  "name": "Stat",
  "description": "Stat schema from Flickr API",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "example": "2026-04-30"
    },
    "views": {
      "type": "int32",
      "example": 1842
    },
    "comments": {
      "type": "int32",
      "example": 12
    },
    "favorites": {
      "type": "int32",
      "example": 47
    }
  }
}