Player Intelligence
Retrieve detailed account statistics 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...
GET
/get?uid=12345678
Fetch comprehensive account information, including stats, guild data, and social info.
Parameter
uid (required)
RESPONSE
EXAMPLE
{
"AccountInfo": {
"AccountName": "PlayerName",
"AccountLevel": 75,
"AccountRegion": "NA"
},
"SocialInfo": { ... }
}
GET
/region?uid=123456789
Quickly check the server region of a player.
Parameter
uid (required)
{
"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