Imgur · JSON Structure

Imgur Image Structure

Field-level documentation of the Imgur Image resource.

Type: Properties: 0
PhotographyImageImage HostingAlbumsGallerySocialMemesContent SharingPublic APIs

ImgurImage is a JSON Structure definition published by Imgur.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ImgurImage",
  "description": "Field-level documentation of the Imgur Image resource.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Seven-character image hash that identifies the image globally." },
    { "name": "title", "type": "string|null", "description": "Display title chosen by the uploader; may be null." },
    { "name": "description", "type": "string|null", "description": "Long-form description of the image." },
    { "name": "datetime", "type": "integer", "description": "Unix epoch upload timestamp." },
    { "name": "type", "type": "string", "description": "MIME type of the stored asset (image/jpeg, image/png, image/gif, video/mp4)." },
    { "name": "animated", "type": "boolean", "description": "True if the asset is animated GIF or MP4." },
    { "name": "width", "type": "integer", "description": "Original pixel width." },
    { "name": "height", "type": "integer", "description": "Original pixel height." },
    { "name": "size", "type": "integer", "description": "Stored size in bytes." },
    { "name": "views", "type": "integer", "description": "Total number of views recorded by Imgur." },
    { "name": "bandwidth", "type": "integer", "description": "Total bytes served (views * size)." },
    { "name": "vote", "type": "string|null", "description": "Authenticated user's vote: up, down, or null." },
    { "name": "favorite", "type": "boolean", "description": "Whether the authenticated user has favorited the image." },
    { "name": "nsfw", "type": "boolean|null", "description": "Whether the image is flagged not-safe-for-work." },
    { "name": "deletehash", "type": "string", "description": "Anonymous deletion token returned only on upload." },
    { "name": "link", "type": "string", "description": "Public CDN URL of the image (https://i.imgur.com/{id}.{ext})." }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/imgur-image-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.