Player Info
Fetch detailed player profile data including level, guild, stats and online status from any server region.
GET /info/{uid}
or
GET /info/{server}/{uid}
Ban Check
Verify whether a player account is banned on the Garena Free Fire anti-hack system.
GET /bancheck?key=API_KEY&uid=UID
Visit Spam
Send multiple profile visit requests to a Free Fire player — triggers the in-game visitor notification.
GET /visit/{server}/{uid}
Wishlist
Retrieve a player's in-game item wishlist with release dates, item IDs, and names.
GET /wish?uid=UID®ion=REGION
JWT Auth
Generate Free Fire JWT access tokens using multiple methods. Support for UID/password, access tokens, and EAT tokens with batch processing.
All endpoints now use
/api/jwt/ prefix. Check API Docs for full details on all methods and features.
GET /api/jwt/auth?uid=UID&password=PASS
GET /api/jwt/auth/async?uid=UID&password=PASS
GET /api/jwt/from-access-token?access_token=TOKEN
GET /api/jwt/from-eat-token?eat_token=TOKEN
GET /api/jwt/info
Long Bio
Update your Free Fire profile bio beyond the normal character limit using an authenticated JWT token.
GET /updatebio?token=JWT&bio=TEXT®ion=REGION
API Reference
Complete endpoint documentation for all available TSun Free Fire APIs.
/info/{uid}
Auto-detect region and fetch player info by UID.
uid
path
Player UID (required)
/info/{server}/{uid}
Fetch player info for a specific server region.
server
path
Server code (IND, PK, BD, ME…)
uid
path
Player UID
/bancheck
Check if a player is banned on Garena's anti-hack system.
key
query
required
uid
query
required
/visit/{server}/{uid}
Send 5 profile visit requests to the target player.
server
path
Server region code
uid
path
Target player UID
/wish
Retrieve the player's Free Fire item wishlist.
uid
query
required
region
query
optional
/v1/auth/{apikey}
Generate a JWT access token for Free Fire.
apikey
path
required
uid
query
required
password
query
required
/updatebio
Update Free Fire profile bio beyond the character limit.
token
query
required
bio
query
required
region
query
optional
/profile
Generate a player banner image.
uid
query
required
banner
query
optional banner ID