Superhero API · Example Payload

Batman

SuperheroesComicsCharactersMarvelDC ComicsEntertainmentOpen Data

Batman is an example object payload from Superhero API, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

responseidnamepowerstatsbiographyappearanceworkconnectionsimage

Example Payload

Raw ↑
{
  "response": "success",
  "id": "70",
  "name": "Batman",
  "powerstats": {
    "intelligence": "100",
    "strength": "26",
    "speed": "27",
    "durability": "50",
    "power": "47",
    "combat": "100"
  },
  "biography": {
    "full-name": "Bruce Wayne",
    "alter-egos": "No alter egos found.",
    "aliases": [
      "Dark Knight",
      "Caped Crusader",
      "The Bat"
    ],
    "place-of-birth": "Crest Hill, Bristol Township, NJ",
    "first-appearance": "Detective Comics #27",
    "publisher": "DC Comics",
    "alignment": "good"
  },
  "appearance": {
    "gender": "Male",
    "race": "Human",
    "height": [
      "6'2\"",
      "188 cm"
    ],
    "weight": [
      "210 lb",
      "95 kg"
    ],
    "eye-color": "blue",
    "hair-color": "black"
  },
  "work": {
    "occupation": "Businessman",
    "base": "Batcave, Stately Wayne Manor, Gotham City, New Jersey"
  },
  "connections": {
    "group-affiliation": "Batman Family, Batman Incorporated, Justice League, Outsiders",
    "relatives": "Thomas Wayne (father, deceased), Martha Wayne (mother, deceased), Alfred Pennyworth (legal guardian)"
  },
  "image": {
    "url": "https://www.superheroapi.com/images/api/70/image.jpg"
  }
}