All Costumes
GET
https://marvelrivalsapi.com/api/v1/heroes/hero/:query/costumes
This endpoint retrieves the list of costumes available for a specific hero, based on their name or ID. The costume list includes details such as the costume's name, icon, rarity, description, and appearance. If the user has premium status, additional premium costumes may be included.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
query
*
string
✔️
The name or ID of the hero to retrieve.
Example Requests
Response
Response Field Descriptions
id
String
Unique costume ID (e.g., "costume_001").
name
String
Name of the costume (e.g., "Ironman Mark 1").
icon
String
URL or path to the costume's icon image (e.g., /costumes/loki-1016001.png
).
rarity
String
The rarity level of the costume (e.g., "Rare").
description
String
Short description of the costume (e.g., "The original Ironman suit...").
appearance
String
Detailed visual description of the costume (e.g., "A shiny metallic suit...").
Last updated
Was this helpful?