Imgur · Schema

Imgur Gallery Item

An image or album surfaced in the public gallery.

PhotographyImageImage HostingAlbumsGallerySocialMemesContent SharingPublic APIs

Properties

Name Type Description
id string
title string
description stringnull
datetime integer
cover stringnull
account_url string
account_id integer
privacy string
layout string
views integer
link string
ups integer
downs integer
points integer
score integer
is_album boolean
vote stringnull
favorite boolean
nsfw boolean
comment_count integer
topic stringnull
topic_id integernull
tags array
View JSON Schema on GitHub

JSON Schema

imgur-gallery-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/imgur/json-schema/imgur-gallery-item-schema.json",
  "title": "Imgur Gallery Item",
  "description": "An image or album surfaced in the public gallery.",
  "type": "object",
  "required": ["id", "link", "is_album"],
  "properties": {
    "id": { "type": "string" },
    "title": { "type": "string" },
    "description": { "type": ["string", "null"] },
    "datetime": { "type": "integer" },
    "cover": { "type": ["string", "null"] },
    "account_url": { "type": "string" },
    "account_id": { "type": "integer" },
    "privacy": { "type": "string" },
    "layout": { "type": "string" },
    "views": { "type": "integer" },
    "link": { "type": "string", "format": "uri" },
    "ups": { "type": "integer" },
    "downs": { "type": "integer" },
    "points": { "type": "integer" },
    "score": { "type": "integer" },
    "is_album": { "type": "boolean" },
    "vote": { "type": ["string", "null"] },
    "favorite": { "type": "boolean" },
    "nsfw": { "type": "boolean" },
    "comment_count": { "type": "integer" },
    "topic": { "type": ["string", "null"] },
    "topic_id": { "type": ["integer", "null"] },
    "tags": {
      "type": "array",
      "items": { "$ref": "imgur-tag-schema.json" }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/imgur-gallery-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.