Cek username akun Arena of Valor berdasarkan Player ID.
profilepassing, 1.5s/v1/games:aov/profile1h cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("games:aov", "profile", {
"gameId": "2748846783202461"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/games:aov/profile?gameId=2748846783202461" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/games:aov/profileCek username akun Arena of Valor berdasarkan Player ID.gameIdstringrequiredcurl -X GET "https://api.zpi.web.id/v1/games:aov/profile?gameId=2748846783202461" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"game": {
"gameName": "AoV",
"gameSlug": "aov",
"zoneRequired": false,
"isMaintenance": false,
"isAlphaNumeric": false,
"serverRequired": false,
"maxLengthGameId": 25,
"maxLengthZoneId": 0
},
"roles": [],
"gameId": "2748846783202461",
"gameType": "arena-of-valor",
"username": "PPMMFire",
"verified": true,
"scrapedAt": "2026-05-23T10:09:58.996Z"
}