Opinionated python API Wrapper for the Unofficial Marvel Rivals API.
Important
Package still under development, install the package from the source whenever possible because it's more updated.
Use git+https://github.com/externref/marvelrivals as the package name to install from source.
Read the elaborate tutorial to start developing with marvelrivalsapi
- Easy to use API interface
- Support for both blocking and
asyncworkflows - Type support with
mypyandpyrightcheck
import marvelrivalsapi
def main() -> None:
client = marvelrivalsapi.MarvelRivalsClient("api-key-here")
spiderman = client.get_hero("spider-man")
season_bp = client.get_battlepass(2)
maps = client.get_all_maps()
# and more ...
main()- All Heroes
- Get Hero
- Hero Stats
- Hero Leaderboard
- All Costumes
- Get Costume
- Items
- Achievements
- Battlepass
- Maps
- Patch Notes
- Player Data
- Match Data
