Skip to content
MLBBDex

Public API

The site's data is available as JSON, with no key or sign-up. Help yourself — the only requirement is to credit the source, which comes with every response.

Heroes
133
Items
102
Patches
221
Ranked heroes
132

Endpoints

GET/api/v1/heros

List of heroes, without detailed skills or skins.

?role=
Only keep this role.Tank, Fighter, Assassin, Mage, Marksman, Support
?lane=
Only keep this lane.Or, Jungle, Milieu, Experience, Roam
/api/v1/heros?role=Tank&lane=Roam

GET/api/v1/heros/{slug}

Full profile: stats, skills with descriptions, skins, images, artwork and the written analysis when there is one.

/api/v1/heros/khufra

GET/api/v1/objets

Shop items, with stats, passives and recipes.

?categorie=
Only keep this category.Attack, Magic, Defense, Movement, Jungling, Roaming
/api/v1/objets?categorie=Defense

GET/api/v1/patchs

Listed versions, from newest to oldest.

/api/v1/patchs

GET/api/v1/classement

Calculated ranking: win, ban and pick rates, tier and date recorded.

/api/v1/classement

Response format

Each response wraps the result in “donnees”, adds the total item count when it's a list, and states the data source.

{
  "donnees": [ … ],
  "total": 133,
  "source": {
    "nom": "Mobile Legends Wiki",
    "url": "https://mobilelegends.fandom.com",
    "licence": "CC BY-SA"
  }
}

Terms

  • No key, no quota. Responses are static and cached: they cost nothing to serve. Be reasonable and everything will be fine.
  • Credit the source. The data comes from the community wiki, under the CC BY-SA license: reusing it means crediting it. The attribution travels with every response.
  • Written analyses — commentary, builds, counters — are produced for this site and covered by its MIT license.
  • No player data. Moonton exposes no rankings, match history or login status: so this API offers none, and no other API honestly can.

The data follows the site's weekly sync. Latest: 9/11/2026.