API Documentation
Integrate our rapid gaming fulfillment engine directly into your software or website. Each request carries a flat service fee.
Nickname Check API
v1.0 StableBase URL: https://dxabot.shop
Get FreeFire player nickname by UID instantly.
Check Nickname
GET
/api/ffname.php
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | * | Your API key |
uid | string | * | Player UID (min 8 digits) |
Example Response
{
"status": "success",
"nickname": "Player_8307359292",
"uid": "8307359292"
}