Imgur · JSON Structure

Imgur Gallery Item Structure

Field-level documentation of an item in the Imgur public gallery.

Type: Properties: 0
PhotographyImagesImage HostingAlbumsGallerySocialMemesContent SharingPublic APIs

ImgurGalleryItem is a JSON Structure definition published by Imgur.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ImgurGalleryItem",
  "description": "Field-level documentation of an item in the Imgur public gallery.",
  "fields": [
    { "name": "id", "type": "string", "required": true },
    { "name": "title", "type": "string", "required": true, "description": "Gallery submissions must have a title." },
    { "name": "description", "type": "string|null" },
    { "name": "datetime", "type": "integer" },
    { "name": "cover", "type": "string|null", "description": "Image hash used as the cover when item is an album." },
    { "name": "account_url", "type": "string" },
    { "name": "account_id", "type": "integer" },
    { "name": "views", "type": "integer" },
    { "name": "link", "type": "string" },
    { "name": "ups", "type": "integer" },
    { "name": "downs", "type": "integer" },
    { "name": "points", "type": "integer", "description": "ups - downs." },
    { "name": "score", "type": "integer", "description": "Imgur's ranking score." },
    { "name": "is_album", "type": "boolean" },
    { "name": "comment_count", "type": "integer" },
    { "name": "topic", "type": "string|null" },
    { "name": "topic_id", "type": "integer|null" },
    { "name": "tags", "type": "ImgurTag[]" }
  ]
}