MarvelRivalsAPI.com
  1. Battle Pass
MarvelRivalsAPI.com
  • Introduction
  • Get Started
    • Authentication
    • Rate Limits
    • Errors
      • Status Codes
    • SDKs & Extentions
      • Community Libraries
  • Endpoints
    • Achievements
      • List achievements
      • Search achievement
    • Patch Notes
      • List balances
      • Search balance
      • List dev diaries
      • Search dev diary
      • List patch notes
      • Search patch note
      • List game versions
    • Battle Pass
      • Battlepass
        GET
    • Heroes
      • List Heroes
      • Search hero
      • Hero stats
      • Hero leaderboard
      • List costumes
      • Search hero costume
    • Items
      • List items
      • Search item
    • Maps
      • List maps
      • Search map
    • Player Match History
      • Search match
      • Player match history
      • Player match history v2
    • Player Stats
      • Search player
      • Player stats
      • Player stats v2
      • Update player
      • Player Leaderboard
  1. Battle Pass

Battlepass

GET
/api/v1/battlepass
Battle Pass
Maintainer:Alastor
This endpoint retrieves the battlepass data for a given season, including season details and the list of items available for the selected season.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Successful response with battlepass data
Body

🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marvelrivalsapi.com/api/v1/battlepass?season' \
--header 'x-api-key;'
Response Response Example
{
    "season": 1,
    "season_name": "Rivals Season 1",
    "items": [
        {
            "name": "All-Butcher",
            "image": "/battlepass/1/all-butcher.jpg",
            "cost": "Unlock To Claim",
            "isLuxury": true
        }
    ]
}
Modified at 2025-07-23 14:35:31
Previous
List game versions
Next
List Heroes
Built with