Battlepass
GET
https://marvelrivalsapi.com/api/v1/battlepass
This endpoint retrieves the battlepass data for a given season, including season details and the list of items available for the selected season.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
season
integer
❌
The season number to fetch the battlepass data for. Defaults to season 1.5 if not provided.
Example Requests
Response
Response Field Descriptions
season
Number
The season number (e.g., 1
).
season_name
String
The name of the season (e.g., "Rivals Season 1"
).
items
Array
A list of items in the battle pass season. Each item has the following fields:
name
String
Name of the item (e.g., "All-Butcher"
).
image
String
Path to the item's image (e.g., "/battlepass/1/all-butcher.jpg"
).
cost
String
The cost to unlock the item (e.g., "Unlock To Claim"
).
isLuxury
Boolean
Whether the item is a luxury item (e.g., true
).
Last updated
Was this helpful?