Cek username akun Mobile Legends berdasarkan User ID dan Zone ID.
profilefailed the last check/v1/games:mlbb/profile1h cache2 paramschecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("games:mlbb", "profile", {
"gameId": "134972929",
"zoneId": "2687"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/games:mlbb/profile?gameId=134972929&zoneId=2687" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/games:mlbb/profileCek username akun Mobile Legends berdasarkan User ID dan Zone ID.gameIdstringrequiredzoneIdstringrequiredcurl -X GET "https://api.zpi.web.id/v1/games:mlbb/profile?gameId=134972929&zoneId=2687" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"game": {
"gameName": "Mobile Legends (MLBB)",
"gameSlug": "mobile-legends",
"zoneRequired": true,
"isMaintenance": false,
"isAlphaNumeric": false,
"serverRequired": false,
"maxLengthGameId": 25,
"maxLengthZoneId": 6
},
"roles": [],
"gameId": "134972929",
"zoneId": "2687",
"gameType": "mobile-legends",
"username": "MINYAK JELENG",
"verified": true,
"scrapedAt": "2026-05-23T10:04:39.105Z"
}