Flickr · JSON Structure

Flickr Place Structure

Place schema from Flickr API

Type: object Properties: 7
PhotographyPhotosSocial MediaPublic APIs

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

Properties

place_id woeid latitude longitude place_url place_type _content

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-place-structure.json",
  "name": "Place",
  "description": "Place schema from Flickr API",
  "type": "object",
  "properties": {
    "place_id": {
      "type": "string",
      "example": "kH8dLOBTUrHLjKxQqw"
    },
    "woeid": {
      "type": "string",
      "example": "2487956"
    },
    "latitude": {
      "type": "double",
      "example": 37.7749
    },
    "longitude": {
      "type": "double",
      "example": -122.4194
    },
    "place_url": {
      "type": "string",
      "example": "/United+States/California/San+Francisco"
    },
    "place_type": {
      "type": "string",
      "example": "locality"
    },
    "_content": {
      "type": "string",
      "example": "100"
    }
  }
}