Superhero API (akabab) · JSON Structure

Superheroes Character Structure

JSON Structure description of a Superhero API character record. JSON Structure focuses on shape and addressing, complementing the JSON Schema validation contract.

Type: object Properties: 9
Games And ComicsSuperheroesComic BooksOpen-SourceStatic APIGitHub PagesPublic APIs

Superheroes Character Structure is a JSON Structure definition published by Superhero API (akabab), describing 9 properties. It conforms to the https://json-structure.org/draft/v0.1/schema meta-schema.

Properties

id name slug powerstats appearance biography work connections images

Meta-schema: https://json-structure.org/draft/v0.1/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0.1/schema",
  "title": "Character",
  "description": "JSON Structure description of a Superhero API character record. JSON Structure focuses on shape and addressing, complementing the JSON Schema validation contract.",
  "type": "object",
  "properties": {
    "id":          { "type": "integer", "addressable": true, "description": "Primary key, exposed via /id/{id}.json." },
    "name":        { "type": "string", "description": "Display name." },
    "slug":        { "type": "string", "description": "URL-safe slug used for image filenames ({id}-{slug-of-name})." },
    "powerstats":  { "type": "object", "addressable": true, "description": "Reachable individually via /powerstats/{id}.json." },
    "appearance":  { "type": "object", "addressable": true, "description": "Reachable individually via /appearance/{id}.json." },
    "biography":   { "type": "object", "addressable": true, "description": "Reachable individually via /biography/{id}.json." },
    "work":        { "type": "object", "addressable": true, "description": "Reachable individually via /work/{id}.json." },
    "connections": { "type": "object", "addressable": true, "description": "Reachable individually via /connections/{id}.json." },
    "images":      { "type": "object", "description": "Image URL bundle; underlying assets at /images/{size}/{slug}.jpg." }
  },
  "x-collection": {
    "description": "Whole dataset reachable as /all.json (731 records).",
    "endpoint": "/all.json"
  }
}

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/superheroes-character-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 email required.

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