Developed by Ningthoukhongjam Rishikanta Singh
The Liana MLBB Region Checker API allows developers to verify Mobile Legends: Bang Bang player information using their ID and Zone ID.
ID
Zone ID
All requests require a valid api_key associated with a registered domain.
api_key
Authorization: via JSON body (api_key)
POST /wp-json/rcs-mlbb/v1/check
/wp-json/rcs-mlbb/v1/check
{ "api_key": "YOUR_USER_API_KEY", "id": "12345678", "zone": "2214" }
{ "success": true, "player_name": "Liana_User", "region": "India", "server": "Asia", "rank": "Mythical Glory" }
{ "error": "Invalid or expired API key" }