Learn how to use the Marvel Rivals API to access game data like player stats, achievements, maps, heroes, store items, and more. This documentation will walk you through authentication, key features, and available endpoints.This documentation is actively maintained.
Please check back regularly for updates as the API and game evolve.
Overview#
The MarvelRivalsAPI.com is a RESTful interface that was designed to provide developers access to real-time data from the Marvel Rivals....this API gives you reliable, powerful access to the Marvel Rivals universe.Getting Started#
Before you start exploring the Marvel Rivals API, first you need to obtain an API key from the dashboard.Once you have your key, include it in the x-api-key
header of every requestBase URL's#
https://marvelrivalsapi.com/api/v1
https://marvelrivalsapi.com/api/v2
Base Image URL#
The API returns only partial paths for images (e.g. /costumes/bruce-banner-1011001.png
).
To render the full image, prepend the following base URL:
https://marvelrivalsapi.com/rivals
Premium Images & Videos#
Premium image endpoints are different. They return full signed paths like:
/premium/heroes/badges/gold/head_badge_gold_1032.png?expires=1753281474&signature=08617864524e12c29016c0539505dd92e96abe463f2595c73b1dde461d8ee815
To render the image, prepend:
https://marvelrivalsapi.com
These links are time-limited and return 403 if expired or tampered with.
Only available to Premium and Partner users.
Disclaimer#
The unofficial game API was not explicitly made usable by their entities for third parties and thus may be subject to change at any time. This project will be updated to reflect any changes to the data source.