Superhero API · Example Payload
Search Results
SuperheroesComicsCharactersMarvelDC ComicsEntertainmentOpen Data
Search Results is an example object payload from Superhero API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
responseresults-forresults
Example Payload
{
"response": "success",
"results-for": "batman",
"results": [
{
"response": "success",
"id": "69",
"name": "Batgirl",
"powerstats": {
"intelligence": "88",
"strength": "11",
"speed": "33",
"durability": "28",
"power": "36",
"combat": "90"
},
"biography": {
"full-name": "Barbara Gordon",
"alter-egos": "No alter egos found.",
"aliases": ["Oracle"],
"place-of-birth": "Gotham City, New Jersey",
"first-appearance": "Detective Comics #359",
"publisher": "DC Comics",
"alignment": "good"
},
"appearance": {
"gender": "Female",
"race": "Human",
"height": ["5'11\"", "180 cm"],
"weight": ["126 lb", "57 kg"],
"eye-color": "green",
"hair-color": "red"
},
"work": {
"occupation": "Librarian, crime fighter",
"base": "Gotham City, New Jersey"
},
"connections": {
"group-affiliation": "Batman Family, Birds of Prey",
"relatives": "James Gordon (father)"
},
"image": {
"url": "https://www.superheroapi.com/images/api/69/image.jpg"
}
},
{
"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"],
"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)"
},
"image": {
"url": "https://www.superheroapi.com/images/api/70/image.jpg"
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/search-results"
All examples
curl "https://apis.io/api/v1/examples?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.