All Heroes
GET
https://marvelrivalsapi.com/api/v1/heroes
Retrieves a list of all available heroes with their details.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Example Requests
Response
Response Field Descriptions
id
String
Unique hero ID.
name
String
Hero's display name.
real_name
String
The hero’s real-world identity.
imageUrl
String
URL or path to the hero's image.
role
String
The hero’s role (e.g., Vanguard, Support).
attack_type
String
Hero’s attack type (e.g., Melee Heroes).
team
Array<String>
Factions or affiliations the hero belongs to (e.g., Avengers).
difficulty
String
Difficulty rating of the hero (e.g., "4").
bio
String
Short biography of the hero.
lore
String
Extended lore/backstory of the hero.
transformations
Array<Object>
Different forms the hero can transform into.
transformations[].id
String
ID of the transformation.
transformations[].name
String
Name of the transformation (e.g., Bruce Banner).
transformations[].icon
String
Image path for the transformation.
transformations[].health
String | null
Health for the transformation (if available).
transformations[].movement_speed
String | null
Movement speed in meters per second (e.g., "6m/s"
).
costumes
Array<Object>
List of hero costumes/skins.
costumes[].id
String
ID of the costume.
costumes[].name
String
Name of the costume.
costumes[].icon
String
Icon path for the costume.
costumes[].quality
String
Quality level (e.g., NO_QUALITY
).
costumes[].description
String
Description of the costume.
costumes[].appearance
String
Visual details about the costume appearance.
abilities
Array<Object>
List of the hero’s abilities.
abilities[].id
Number
Unique ability ID.
abilities[].icon
String
Icon path for the ability.
abilities[].name
String
Name of the ability.
abilities[].type
String
Type of the ability (e.g., Ultimate, Passive).
abilities[].isCollab
Boolean
Whether the ability is from a collaboration.
abilities[].description
String
Description of what the ability does.
abilities[].transformation_id
String
ID of the transformation this ability is tied to.
abilities[].additional_fields
Object
Dynamic key-value object with extra metadata. Keys vary per ability and may include: Key
, Casting
, Cooldown
, Energy Cost
, Special Effect
, etc.
Last updated
Was this helpful?