Cek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009.
profilepassing, 1.2s/v1/games:point-blank/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:point-blank", "profile", {
"gameId": "zepidqa34"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/games:point-blank/profile?gameId=zepidqa34" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/games:point-blank/profileCek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009.gameIdstringrequiredcurl -X GET "https://api.zpi.web.id/v1/games:point-blank/profile?gameId=zepidqa34" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"game": {
"gameName": "Point Blank",
"gameSlug": "point-blank",
"zoneRequired": false,
"isMaintenance": false,
"isAlphaNumeric": true,
"serverRequired": false,
"maxLengthGameId": 25,
"maxLengthZoneId": 0
},
"roles": [],
"gameId": "zepidqa34",
"gameType": "point-blank",
"username": "zepidqa34",
"verified": true,
"scrapedAt": "2026-05-23T10:43:10.993Z"
}