Automated Garena Free Fire player nickname lookup REST endpoint specification.
| Parameter | Type | Required | Description |
|---|---|---|---|
| api (or api_key) | String | REQUIRED | Your active reseller API secret key (e.g. TPBD-XXXX-XXXX) |
| uid (or playerid) | String / Int | REQUIRED | Garena Free Fire Player ID to verify (e.g. 7757980728) |
| url (optional) | String | OPTIONAL | Custom HTTP POST Webhook Callback URL for instant asynchronous responses |
{
"status": true,
"data": {
"status": true,
"username": "★V I P P L A Y E R★",
"developer": "@DeVeRahmanOfficial"
}
}
{
"status": false,
"data": {
"message": "invalid or expire API",
"developer": "@DeVeRahmanOfficial"
}
}
curl -X GET "https://ff-name-check-api.ffbdtopup.top/api/name-check?api=YOUR_API_KEY&uid=7757980728"