Imgur · Schema

Imgur Album

A collection of Imgur images.

PhotographyImageImage HostingAlbumsGallerySocialMemesContent SharingPublic APIs

Properties

Name Type Description
id string
title stringnull
description stringnull
datetime integer
cover stringnull
cover_width integer
cover_height integer
account_url stringnull
account_id integernull
privacy string
layout string
views integer
link string
favorite boolean
nsfw booleannull
section stringnull
images_count integer
in_gallery boolean
is_ad boolean
include_album_ads boolean
deletehash string
images array
View JSON Schema on GitHub

JSON Schema

imgur-album-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/imgur/json-schema/imgur-album-schema.json",
  "title": "Imgur Album",
  "description": "A collection of Imgur images.",
  "type": "object",
  "required": ["id", "link"],
  "properties": {
    "id": { "type": "string" },
    "title": { "type": ["string", "null"] },
    "description": { "type": ["string", "null"] },
    "datetime": { "type": "integer" },
    "cover": { "type": ["string", "null"] },
    "cover_width": { "type": "integer" },
    "cover_height": { "type": "integer" },
    "account_url": { "type": ["string", "null"] },
    "account_id": { "type": ["integer", "null"] },
    "privacy": { "type": "string", "enum": ["public", "hidden", "secret"] },
    "layout": { "type": "string", "enum": ["blog", "grid", "horizontal", "vertical"] },
    "views": { "type": "integer" },
    "link": { "type": "string", "format": "uri" },
    "favorite": { "type": "boolean" },
    "nsfw": { "type": ["boolean", "null"] },
    "section": { "type": ["string", "null"] },
    "images_count": { "type": "integer" },
    "in_gallery": { "type": "boolean" },
    "is_ad": { "type": "boolean" },
    "include_album_ads": { "type": "boolean" },
    "deletehash": { "type": "string" },
    "images": {
      "type": "array",
      "items": { "$ref": "imgur-image-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-album"
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.