⚠️ Important Legal Disclaimer
This is an unofficial third-party API service. Not affiliated with, endorsed by, or connected to Garena International I Private Limited, FreeFire, or Sea Limited. View full terms →
🚀 Getting Started
Welcome to the FreeFire Community API! Our API provides comprehensive FreeFire player information and bonus image assets to power your applications.
🔥 What's Included
- Player Information: Complete stats, rankings, and game history
- Player Images: High-quality asset images (FREE bonus!)
- Item Images: In-game item and weapon images (FREE bonus!)
- Global Support: All FreeFire regions worldwide
📊 Rate Limits & Pricing
Free Plan
requests per month
Most PopularPro Plan
requests per month
RecommendedEnterprise
unlimited requests
🔑 Authentication
All API requests require authentication using an API key. You can include your API key in requests using either:
Header Authentication (Recommended)
Query Parameter
🎯 Getting Your API Key
Contact @ashqking on Telegram to get your API key and discuss pricing plans.
🌍 Supported Regions
🎯 Available Endpoints
Retrieve comprehensive FreeFire player information including statistics, rankings, and match history.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
uid |
string | Required | FreeFire player UID |
region |
string | Required | Player region (IND, BR, TH, etc.) |
Get high-quality player asset images including avatars, frames, and visual elements. This is a FREE bonus feature available with all plans!
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
uid |
string | Required | FreeFire player UID |
region |
string | Required | Player region |
Get high-quality images of FreeFire items, weapons, and equipment by item ID. Another FREE bonus feature!
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
item_id |
string | Required | FreeFire item ID |
Check your current API usage statistics and remaining quota for the month.
Authentication: Requires your API key
💡 Code Examples
JavaScript (Fetch API)
Python (Requests)
cURL
PHP
📱 Integration Tips
🚀 Best Practices
- Cache responses: Store frequently accessed data to reduce API calls
- Handle errors gracefully: Always check response status and handle errors
- Use HTTPS: All API calls must use HTTPS for security
- Rate limit awareness: Monitor your usage to avoid hitting limits