TSun Info
OB53

Player Intelligence

Retrieve account stats, rank, social and outfit data.

Fetching data from game servers...

Full API Response

View the complete JSON response from the API.

Fetching complete API response...

Region Locator

Identify the server region for any account.

Querying region database...

Developer API

Integrate Free Fire OB53 data into your own applications.

GET /get?uid=12345678&region_group=GLOBAL

Fetch comprehensive account information, including stats, guild data, and social info.

Parameters uid (required), region_group (optional: GLOBAL | IND | Other), region (optional)
RESPONSE EXAMPLE
{ "AccountInfo": { "AccountName": "PlayerName", "AccountLevel": 75, "AccountRegion": "NA" }, "SocialInfo": { ... } }
GET /region?uid=123456789&region_group=GLOBAL

Quickly check the server region of a player.

Parameters uid (required), region_group (optional: GLOBAL | IND | Other), region (optional)
{ "uid": "123456789", "region": "NA", "nickname": "PlayerName" }
GET /outfit-image

Generate a PNG image of the player's current character outfit.

Parameter uid (required)
Returns: image/png