MLBB Public Data API

API Version 4.0.10

MLBB Public Data API & Interactive Web Playground

Check endpoint docs or use the updated playground. APIs include easy forms, response tables, previews, and cURL for quick integration.

Python SDK

Official SDK Track

Covers academy, mlbb, user, and addon routes with the same data shape as the API playground.

pip install OpenMLBB
View package on PyPI

TypeScript SDK

JavaScript / TS Path

Build frontend and Node integrations using the maintained npm package with fast setup.

npm install mlbb-sdk
View package on npm

Request Routing

Daily request-based host switch

Under 500 requests per day, the playground routes to https://mlbb.rone.dev. Above 500 requests per day, it switches to https://openmlbb.fastapicloud.dev (recommended).

Standard

https://mlbb.rone.dev

For 0 - 500 requests per day.

Recommended

https://openmlbb.fastapicloud.dev

Best for 500+ requests per day.

Coverage

4 Service Groups

user, mlbb, academy, addon

Execution

Live Request Forms

path, query, enum, and request-body aware

Response UX

Readable Tables

with safe rich text and image rendering for media fields

Developer Tools

Snippets + Auth Cache

cURL/multi-language snippets, JWT cache, and copy actions