Cek username akun Free Fire berdasarkan Player ID.
profilepassing, 1.0s/v1/games:free-fire/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:free-fire", "profile", {
"gameId": "902991369"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/games:free-fire/profile?gameId=902991369" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/games:free-fire/profileCek username akun Free Fire berdasarkan Player ID.gameIdstringrequiredcurl -X GET "https://api.zpi.web.id/v1/games:free-fire/profile?gameId=902991369" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"game": {
"gameName": "Free Fire (FF)",
"gameSlug": "freefire",
"zoneRequired": false,
"isMaintenance": false,
"isAlphaNumeric": false,
"serverRequired": false,
"maxLengthGameId": 25,
"maxLengthZoneId": 0
},
"roles": [],
"gameId": "902991369",
"gameType": "free-fire",
"username": "ᏢᎬᎷᏴUᎡUㅤGM々",
"verified": true,
"scrapedAt": "2026-05-23T10:09:02.404Z"
}