Brawl Stats
- This library is a sync and async wrapper for the Brawl Stars API.
- Python 3.5.3 or later is required.
Features
- Easy to use with an object oriented design.
- Use the same client for sync and async usage.
- Get a player profile and battlelog.
- Get a club and its members.
- Get the top 200 rankings for players, clubs, or a specific brawler.
- Get information about maps, brawlers, and more!
Installation
Install the latest stable build:
pip install brawlstats
Install the development build:
pip install git+https://github.com/SharpBit/brawlstats@development
Documentation
Documentation is being hosted on Read the Docs.
Examples
Examples are in the examples folder.
sync.pyshows you basic sync usageasync.pyshows you basic async usagediscord_cog.pyshows an example Discord Bot cog using discord.py
Misc
- If you are currently using this wrapper, please star this repository :)
- If you come across an issue in the wrapper, please create an issue.
- If you need an API key, visit https://developer.brawlstars.com
Contributing
Special thanks to this project's contributors
If you want to contribute, whether it be a bug fix or new feature, make sure to follow the contributing guidelines.


