OpenMLBB SDK

Python SDK docs for MLBB data access

Use OpenMLBB to fetch the same endpoints exposed by the API routers, with clear examples for academy, mlbb, user, and addon.

Install

pip install OpenMLBB
https://mlbb.rone.dev/api

Use the same endpoint coverage as the API routers: academy, mlbb, user, addon.

TypeScript Alternative

If your project is using TypeScript or JavaScript, you can use npm install mlbb-sdk.

View mlbb-sdk on npm