Liana MLBB Region Checker API Docs

๐ŸŽฎ Liana MLBB Region Checker API

Developed by Ningthoukhongjam Rishikanta Singh

๐Ÿ“˜ Overview

The Liana MLBB Region Checker API allows developers to verify Mobile Legends: Bang Bang player information using their ID and Zone ID. Each API key is domain-locked for secure access and usage tracking.

๐Ÿ”‘ Authentication

All requests require a valid api_key associated with a registered domain. Each API key is tied to a specific domain and cannot be used from other origins.

Authorization: via JSON body (api_key)

๐ŸŒ Endpoint

POST /wp-json/rcs-mlbb/v1/check

Request Headers

  • Content-Type: application/json
  • Origin: https://your-allowed-domain.com

Request Body (JSON)

{
  "api_key": "YOUR_USER_API_KEY",
  "id": "12345678",
  "zone": "2214"
}

โœ… Successful Response (200)

{
  "success": true,
  "player_name": "Liana_User",
  "region": "India",
  "server": "Asia",
  "rank": "Mythical Glory"
}

โš ๏ธ Error Responses

403 Invalid or expired API key

{
  "error": "Invalid or expired API key"
}

403 Invalid domain or no Origin header

{
  "error": "Invalid domain or expired API key",
  "detected_domain": "unauthorized.com",
  "expected_domain": "lianastore.in"
}

400 Missing parameters

{
  "error": "Missing parameters"
}

๐Ÿงช Example cURL Request

curl -X POST https://lianastore.in/wp-json/rcs-mlbb/v1/check \
-H "Content-Type: application/json" \
-H "Origin: https://lianastore.in" \
-d '{
  "api_key": "YOUR_USER_API_KEY",
  "id": "93104773",
  "zone": "2194"
}'

๐Ÿ“„ Notes

  • Each API key is tied to one domain. Calls from other domains will be rejected.
  • API keys expire based on their configured Duration.
  • All responses are JSON formatted.
  • Response speed depends on the Mobile Legends serverโ€™s region latency.
๐Ÿ’ฌ Apply for Region Check API on WhatsApp
ยฉ Ningthoukhongjam Rishikanta Singh โ€” Liana MLBB Region Checker API
Start typing to see posts you are looking for.
Launching...