Home
Superhero API
Spider Man
Spider Man
Superheroes Comics Characters Marvel DC Comics Entertainment Open Data
Spider Man 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
response id name powerstats biography appearance work connections image
Example Payload
{
"response": "success",
"id": "620",
"name": "Spider-Man",
"powerstats": {
"intelligence": "90",
"strength": "55",
"speed": "67",
"durability": "75",
"power": "74",
"combat": "85"
},
"biography": {
"full-name": "Peter Benjamin Parker",
"alter-egos": "No alter egos found.",
"aliases": [
"Spidey",
"Wall-Crawler",
"Web-Slinger",
"Friendly Neighborhood Spider-Man"
],
"place-of-birth": "Forest Hills, Queens, New York",
"first-appearance": "Amazing Fantasy #15",
"publisher": "Marvel Comics",
"alignment": "good"
},
"appearance": {
"gender": "Male",
"race": "Human",
"height": [
"5'10\"",
"178 cm"
],
"weight": [
"165 lb",
"74 kg"
],
"eye-color": "Hazel",
"hair-color": "Brown"
},
"work": {
"occupation": "Freelance photographer, Teacher",
"base": "New York, New York"
},
"connections": {
"group-affiliation": "Avengers, formerly New Avengers, Secret Avengers",
"relatives": "Richard Parker (father, deceased), Mary Parker (mother, deceased), Benjamin Parker (uncle, deceased), May Parker (aunt)"
},
"image": {
"url": "https://www.superheroapi.com/images/api/620/image.jpg"
}
}