SuperHeroes
A REST API that returns JSON data for superheroes and villains, offering endpoints to retrieve a character's complete profile or individual sections (powerstats, biography, appearance, work, connections, image) by ID, as well as a name‑search endpoint that returns matching character IDs and brief details.
Latency
263ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/{id}
Search by character id. Returns all information of the character.
/{id}/powerstats
Returns JSON array of all powerstats of given character.
/{id}/biography
Returns JSON array of character's biography.
/{id}/appearance
Returns JSON array of character's appearance.
/{id}/work
Returns JSON array of character's work (occupation and base of operation).
/{id}/connections
Returns JSON array of character's connections.
/{id}/image
Returns image URL of the character.
/search/{name}
Search character by name. Returns character id(s).
8 endpoints auto-detected
Authentication
This API uses an API key, passed as the "access-token" query parameter. No OAuth required.
curl -X GET \
"https://superheroapi.com/{id}?access-token=YOUR_API_KEY"superheroapi.com · HTTPS only