Real-time stats, gallery, wishlist, and player info extraction service.
Inspect whether the targeted player UID is currently blacklisted or flagged as suspended by Garena anti-cheat systems.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| lang | String | No | Language code for response (e.g., en, id, pt). Default is en. |
https://wzapi.vercel.app/check_ban?uid=10597688191
Fetch complete account profile, level, clan overview, and personal showcase records.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code (e.g. SG, IND, BR). Default: SG. |
https://wzapi.vercel.app/get?uid=10597688191®ion=SG
Search player accounts by nickname and return matching profiles for the selected region.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| name | String | Yes | Nickname or player name to search. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/search?name=Vortex®ion=SG
Fetch battle royale lifetime and seasonal combat stats for Solo, Duo, and Squad matches.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| mode | Number | No | 0 = all, 1 = ranked, 2 = casual. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/stats?uid=10597688191&mode=1®ion=SG
Fetch the most popular wishlist items by regional leaderboard trends over 7-day and 30-day windows.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| region | String | Yes | Server region code. |
https://wzapi.vercel.app/wishlist/leaderboard?region=SG
Update the display state for the active occupation season show based on mode and match settings.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| game_mode | Number | Yes | Game mode identifier. |
| match_mode | Number | Yes | Match mode identifier. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/occupation/set_new_season_show?game_mode=1&match_mode=2®ion=SG
Fetch historical Heroic and Grandmaster season badge progress for the selected player.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/heroic_history?uid=10597688191®ion=SG
Bulk fetch profile summaries for multiple UIDs in a single request.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uids | String | Yes | Comma-separated list of player IDs. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/batch_get?uids=10597688191,1028000098®ion=SG
Fetch weapon mastery EXP, levels, kills, and headshot data.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/weapon_exp?uid=10597688191®ion=SG
Fetch weapon power regional leaderboard title records and glory statistics.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/weapon_glory?uid=10597688191®ion=SG
Fetch region-specific BR or CS ranked leaderboards with pagination controls.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| type | Number | Yes | 1 = BR, 2 = CS. |
| page | Number | No | Page number. Default: 1. |
| size | Number | No | Page size. Default: 50. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/leaderboard?type=2&page=1&size=50®ion=SG
Manually refresh JWT authentication tokens for all configured regions.
https://wzapi.vercel.app/refresh
Fetch Clash Squad (CS) ranked combat performance: Stars, KDA, win rate, headshots, and MVP counts.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| season | Number | No | CS Season number (e.g. 27). |
| mode | Number | No | 1 = Ranked, 2 = Casual. Default: 1. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/cs_stats?uid=10597688191&season=27&mode=1®ion=SG
Fetch player's wishlisted items, pinned skins, and release timestamps.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/wishlist?uid=10597688191®ion=SG
Fetch player role proficiencies (Rusher, Sniper, Support), weapon masteries, and scores.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/occupation?uid=10597688191®ion=SG
Fetch currently equipped costume bundle pieces, active/passive character skills, and custom weapon visual effects.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | Target numeric account UID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/outfit?uid=10597688191®ion=SG
Fetch clan/guild profile, total weekly activeness points, and full roster members list.
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| clan_id | String | Yes | Target numeric Guild ID. |
| region | String | No | Server region code. Default: SG. |
https://wzapi.vercel.app/clan?clan_id=1028000098®ion=SG