FREE FIRE NAME Check API Service

Super Fast
Name Check API

Enterprise-grade Free Fire API with instant response, 99.9% uptime, and developer-friendly endpoints.

Super Fast

<0.3s response time

Premium Server

Global edge network

DDoS Protected

Enterprise security

24/7 Support

Telegram & WhatsApp

Choose Your Plan

Flexible pricing for every need

Starter

10,000 requests

100 /month
  • 10,000 API calls
  • 30 days validity
  • Standard support

Professional

20,000 requests

220 /month
  • 20,000 API calls
  • 30 days validity
  • Priority support
MOST POPULAR

Business

40,000 requests

320 /month
  • 40,000 API calls
  • 30 days validity
  • Premium support

Unlimited

No limits

500 /month
  • Unlimited API calls
  • 30 days validity
  • VIP support

API Tools

Test your API key and check usage

Free Fire Name Lookup

Enter UID and API key to fetch player name

Use original 32-char key or short key (e.g., "aB3xYz")

API Documentation

Supports both GET and POST methods

GET /index.php?action=check_name&uid={UID}&api_key={KEY}
// Example Request (returns JSON)
GET
https://www.ffabff.drakleafx.com//index.php?action=check_name&uid=3588707062&api_key=YOUR_API_KEY
To get only the name (plain text), add &output=name
POST /index.php (action=check_name)
// Example Request Body (x-www-form-urlencoded) – returns JSON
POST
Content-Type: application/x-www-form-urlencoded
action=check_name&uid=3588707062&api_key=YOUR_API_KEY
For plain text name response, add output=name to the body.
Response Format (JSON)
{
  "success": true,
  "name": "Garena100BD·",
  "uid": "3588707062"
}
When using &output=name (GET) or output=name (POST), the response is plain text: Garena100BD·
GET /index.php?action=key_info&api_key={KEY}
{
  "success": true,
  "valid": true,
  "expired": false,
  "expiry_date": "2025-05-22",
  "days_left": 28,
  "total_limit": 10000,
  "used": 12,
  "remaining": 9988,
  "package": "10,000 Requests",
  "whatsapp": "+8801XXXXXXXXX"
}

Every successful request consumes 1 quota. Failed requests do not count against your limit. Monitor usage via the Key Status tool.