Copied!
BASE URL

Unified Game Stats
& Player API

Access player profiles, guild info, stats, ban status, social actions, and more — all via simple GET requests.

https://info.yiboverse.site/ Live · GET only
🔑 API Key required
<your_api_key>

Include key param in every request.

Supported region codes

BD
SG
ID
ME
TH
VN
PK
TW
CIS
EU

Endpoints · GET methods

10 public routes
GET /info v1 · full account

Complete player profile: account details, equipped items, guild, pet, credit score, social info, and rank data.

{
  "AccountInfo": {
    "AccountAvatarId": 902051015,
    "AccountBPBadges": 45,
    "AccountBPID": 1001000095,
    "AccountBannerId": 901000104,
    "AccountCreateTime": "20/01/2019 (05:28:45 PM)",
    "AccountEXP": 4372878,
    "AccountId": "663660642",
    "AccountLastLogin": "12/04/2026 (03:29:13 PM)",
    "AccountLevel": 74,
    "AccountLikes": 93394,
    "AccountName": "LSㅤP'KHEM",
    "AccountPinID": "910000013",
    "AccountRegion": "BD",
    "AccountSeasonId": 50,
    "AccountType": 1,
    "BrMaxRank": 328,
    "BrRankPoint": 8374,
    "CsMaxRank": 315,
    "CsRankPoint": 58,
    "EquippedWeapon": [907192607, 912036001, 914000002],
    "ReleaseVersion": "OB53",
    "ShowBrRank": true,
    "ShowCsRank": true,
    "Title": "7 Years Old",
    "primeInfo": {
      "primeLevel": 8,
      "uid": "663660642"
    }
  },
  "AccountProfileInfo": {
    "CharacterID": 102000007,
    "EquippedOutfit": [211033021, 203001360, 214034012, 211037076, 205000097, 204000181],
    "EquippedSkills": ["Rafael", "Jota", "Misha"]
  },
  "GuildInfo": {
    "GuildCapacity": 55,
    "GuildID": "3001867085",
    "GuildLevel": 7,
    "GuildMember": 51,
    "GuildName": "LEAKㅤSTUDIO",
    "GuildOwner": 663660642
  },
  "GuildLeaderInfo": {
    "AccountAvatarId": 902051015,
    "AccountBPBadges": 45,
    "AccountBPID": 1001000095,
    "AccountBannerId": 901000104,
    "AccountCreateTime": "20/01/2019 (05:28:45 PM)",
    "AccountEXP": 4372878,
    "AccountId": "663660642",
    "AccountLastLogin": "12/04/2026 (03:29:13 PM)",
    "AccountLevel": 74,
    "AccountLikes": 93394,
    "AccountName": "LSㅤP'KHEM",
    "AccountPinID": "910000013",
    "AccountRegion": "BD",
    "AccountSeasonId": 50,
    "BrMaxRank": 328,
    "BrRankPoint": 8374,
    "CsMaxRank": 315,
    "CsRankPoint": 58,
    "EquippedWeapon": [907192607, 912036001, 914000002],
    "ShowBrRank": true,
    "ShowCsRank": true,
    "Title": "7 Years Old"
  },
  "api_usage": "28/100000",
  "creditScoreInfo": {
    "CreditScore": 100,
    "periodicSummaryEndTime": "14/04/2026 (08:45:34 PM)",
    "periodicSummaryStartTime": "11/04/2026 (08:45:34 PM)"
  },
  "petInfo": {
    "id": 1300000071,
    "isMarkedStar": true,
    "isSelected": true,
    "level": 7,
    "name": "Sarawat",
    "original_name": "Poring",
    "selectedSkillId": 1315000010,
    "skinId": 1310000074,
    "xp": 6005
  },
  "socialinfo": {
    "AccountLanguage": "Language_4",
    "AccountPreferMode": "Prefermode_BR",
    "AccountSignature": "aka Khun Ramil"
  }
}
GET/infov2

Structured format: basicinfo, clanbasicinfo, creditscoreinfo, petinfo, socialinfo.

{
  "api_usage": "32/100000",
  "basicinfo": {
    "accountid": "663660642",
    "accountprefers": {
      "brpregameshowchoices": [1]
    },
    "accounttype": 1,
    "badgecnt": 45,
    "badgeid": 1001000095,
    "bannerid": 901000104,
    "createat": "1547983725",
    "csmaxrank": 315,
    "csrank": 315,
    "csrankingpoints": 58,
    "exp": 4372878,
    "externaliconinfo": {
      "showtype": "EXTERNALICONSHOWTYPEFRIEND",
      "status": "EXTERNALICONSTATUSNOTINUSE"
    },
    "headpic": 902051015,
    "hipporank": 20,
    "hipporankingpoints": 14,
    "itemtaginfo": [{}],
    "lastloginat": "1775986153",
    "level": 74,
    "liked": 93394,
    "maxrank": 328,
    "nickname": "LSㅤP'KHEM",
    "pinid": 910000013,
    "rank": 328,
    "rankingpoints": 8374,
    "region": "BD",
    "releaseversion": "OB53",
    "seasonid": 50,
    "showbrrank": true,
    "showcsrank": true,
    "socialhighlightswithbasicinfo": {},
    "title": 904090027,
    "weaponskinshows": [907192607, 912036001, 914000002]
  },
  "captainbasicinfo": {
    "accountid": "663660642",
    "accountprefers": {
      "brpregameshowchoices": [1]
    },
    "accounttype": 1,
    "badgecnt": 45,
    "badgeid": 1001000095,
    "bannerid": 901000104,
    "createat": "1547983725",
    "csmaxrank": 315,
    "csrank": 315,
    "csrankingpoints": 58,
    "exp": 4372878,
    "externaliconinfo": {
      "showtype": "EXTERNALICONSHOWTYPEFRIEND",
      "status": "EXTERNALICONSTATUSNOTINUSE"
    },
    "headpic": 902051015,
    "hipporank": 20,
    "hipporankingpoints": 14,
    "lastloginat": "1775986153",
    "level": 74,
    "liked": 93394,
    "maxrank": 328,
    "nickname": "LSㅤP'KHEM",
    "pinid": 910000013,
    "rank": 328,
    "rankingpoints": 8374,
    "region": "BD",
    "releaseversion": "OB53",
    "seasonid": 50,
    "showbrrank": true,
    "showcsrank": true,
    "socialhighlightswithbasicinfo": {},
    "title": 904090027,
    "weaponskinshows": [907192607, 912036001, 914000002]
  },
  "clanbasicinfo": {
    "capacity": 55,
    "captainid": "663660642",
    "clanid": "3001867085",
    "clanlevel": 7,
    "clanname": "LEAKㅤSTUDIO",
    "membernum": 51
  },
  "creditscoreinfo": {
    "creditscore": 100,
    "periodicsummaryendtime": "1775918734",
    "periodicsummarylevel": 1776177934,
    "rewardstate": "REWARDSTATEUNCLAIMED"
  },
  "diamondcostres": {
    "diamondcost": 390
  },
  "petinfo": {
    "exp": 6005,
    "id": 1300000071,
    "ismarkedstar": true,
    "isselected": true,
    "level": 7,
    "name": "Sarawat",
    "selectedskillid": 1315000010,
    "skinid": 1310000074
  },
  "profileinfo": {
    "avatarid": 102000007,
    "clothes": [50],
    "clothestailoreffects": [1],
    "endtime": 1,
    "equipedskills": [211033021, 203001360, 214034012, 211037076, 205000097, 204000181],
    "pveprimaryweapon": 1
  },
  "socialinfo": {
    "accountid": "663660642",
    "gender": "GENDERMALE",
    "language": "LANGUAGETHAI",
    "modeprefer": "MODEPREFERBR",
    "rankshow": "RANKSHOWBR",
    "signature": "aka Khun Ramil"
  }
}
GET/region

Fetch primary region & basic identity (player name, region, api_usage). No region parameter required.

{
  "api_usage": "30/100000",
  "player_id": "663660642",
  "player_name": "LSㅤP'KHEM",
  "region": "BD"
}
GET/search

Search players by nickname across all regions. Returns array of matching profiles.

GET/stats

Detailed match stats: solo/duo/quad, damage, kills, wins, knockdowns. Supports mode=br/cs & type=CAREER/NORMAL/RANKED.

{
  "api_usage": "34/100000",
  "duostats": {
    "accountid": "663660642",
    "detailedstats": {
      "damage": 1272847,
      "deaths": 1294,
      "distancetravelled": 5808242,
      "headshotkills": 353,
      "headshots": 931,
      "highestkills": 29,
      "knockdown": 2350,
      "pickups": 89072,
      "revives": 470,
      "roadkills": 13,
      "survivaltime": 904968,
      "topntimes": 556
    },
    "gamesplayed": 1531,
    "kills": 3172,
    "wins": 237
  },
  "quadstats": {
    "accountid": "663660642",
    "detailedstats": {
      "damage": 13036917,
      "deaths": 8117,
      "distancetravelled": 45287612,
      "headshotkills": 2684,
      "headshots": 8909,
      "highestkills": 19,
      "knockdown": 28575,
      "pickups": 852764,
      "revives": 3573,
      "roadkills": 334,
      "survivaltime": 6787855,
      "topntimes": 4077
    },
    "gamesplayed": 10374,
    "kills": 27619,
    "wins": 2257
  },
  "solostats": {
    "accountid": "663660642",
    "detailedstats": {
      "damage": 64848,
      "deaths": 191,
      "distancetravelled": 654150,
      "headshotkills": 20,
      "headshots": 51,
      "highestkills": 9,
      "pickups": 6327,
      "roadkills": 3,
      "survivaltime": 110444,
      "topntimes": 91
    },
    "gamesplayed": 205,
    "kills": 220,
    "wins": 14
  }
}
GET/nickname

Resolve current in-game nickname, player level, likes count.

{
  "api_usage": "35/100000",
  "level": 24,
  "likes": 0,
  "nickname": "NAYEM_5DPOKQ",
  "player_id": "14847912306",
  "region": "bd",
  "success": true
}
GET/guild

Fetch guild details: capacity, level, leader UID, activity points, member count.

{
  "GuildInfoResponse": {
    "GuildInfo": {
      "GuildActivityPoint": "5078391",
      "GuildCapacity": 55,
      "GuildCreateTime": 1601573427,
      "GuildCurrentMembers": 51,
      "GuildId": "3001867085",
      "GuildLeaderUID": "663660642",
      "GuildLevel": 7,
      "GuildName": "LEAKㅤSTUDIO",
      "GuildPastGlory": "3421989",
      "GuildRegion": "BD",
      "GuildSlogan": "[B][90EE90]LEAK STUDIO 28K FAMILY",
      "GuildWeeklyActivityPoint": 154409
    }
  },
  "api_usage": "36/100000",
  "success": true
}
GET/bancheck

Check ban status: returns is_banned (0/1), ban period, status message.

{
  "BanCheckResult": {
    "ban_period": null,
    "is_banned": 0,
    "player_id": "663660642",
    "player_name": "LSㅤP'KHEM",
    "region": "BD",
    "status": "NOT BANNED"
  },
  "api_usage": "37/100000",
  "success": true
}
{
  "BanCheckResult": {
    "ban_period": 6,
    "is_banned": 1,
    "player_id": "2374712273",
    "player_name": "1GBㅤRAMㅤGOD?",
    "region": "BD",
    "status": "TEMPORARILY BANNED"
  },
  "api_usage": "39/100000",
  "success": true
}
GET/visit

Send 1000 profile visitors to a specific UID. Response confirms total requests sent.

{
  "api_usage": "42/100000",
  "message": "Successfully sent 1000 visitors to UID: 3001867085. Restart your game to see the updated visitor count!",
  "region": "bd",
  "success": true,
  "total_requests": 1000,
  "uid": "3001867085"
}
ERRORSglobal response

Invalid API key / inactive key responses for all endpoints.

{
  "error": "Invalid API key",
  "success": false
}
{
  "api_usage": "45/100000",
  "error": "API key is inactive",
  "success": false
}
Contact & Support: t.me/leakstudiobd

All responses include api_usage counter. All endpoints use GET method. Replace <your_api_key> with actual key.