#1 Free Fire REST API | Get Player Stats, Match Data, Leaderboards & More | Developers
In 60 seconds you'll have:
- โ Free API key (100 requests/hour)
- โ Access to all endpoints
- โ Full documentation
- โ 24/7 developer support
- โ Multi-language SDKs
No credit card. No commitment. Start coding now.
The Free Fire API gives you instant access to real-time Free Fire game data. Build Discord bots, tournament trackers, analytics dashboards, mobile apps, and more - all powered by our battle-tested API used by 50,000+ developers.
- ๐ฅ Super Fast - Sub-second response times
- ๐ Complete Data - Players, matches, guilds, leaderboards
- ๐ Secure - Enterprise-grade security
- ๐ฏ Reliable - 99.9% uptime SLA
- ๐ Well Documented - Clear examples for all use cases
- ๐ค Responsive Support - Real humans, 24/7
- Discord/Telegram Bots - Player lookup, match alerts, leaderboards
- Analytics Dashboards - Track players, guilds, and trends
- Tournament Platforms - Match tracking and standings
- Mobile Companion Apps - Free Fire statistics on-the-go
- Community Tools - Guild management, player rankings
- Stream Overlays - Live player stats during streams
- Trading Platforms - Account valuation tools
| Feature | Details |
|---|---|
| ๐ Player Data | Profiles, levels, stats, achievements, badges, pets |
| ๐ Leaderboards | Global, regional, guild rankings in real-time |
| ๐ฎ Match Info | Complete match details, player performance, kills, deaths |
| ๐ข Guild/Squad Data | Guild profiles, member lists, statistics |
| โก High Performance | Sub-second response times with caching |
| ๐ฑ Multi-Format | JSON, XML, CSV responses |
| ๐ Multi-Language | English, Spanish, Arabic, Indonesian, Portuguese, Russian, Vietnamese |
| ๐ Secure | HTTPS, API keys, rate limiting, DDoS protection |
โ Go to developers.freefirecommunity.com
curl -X GET "https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869" \
-H "x-api-key: YOUR_API_KEY"curl -X GET "https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869&key=YOUR_API_KEY"const response = await fetch(
'https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869',
{
headers: {
'x-api-key': 'YOUR_API_KEY'
}
}
);
const data = await response.json();
console.log(data);import requests
headers = {'x-api-key': 'YOUR_API_KEY'}
params = {'region': 'ind', 'uid': '665951869'}
response = requests.get(
'https://developers.freefirecommunity.com/api/v1/info',
headers=headers,
params=params
)
print(response.json())<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'x-api-key: YOUR_API_KEY'
]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
echo $response;
?>GET /info- Get comprehensive player profile, stats, badges, clan info, and more- Required:
region(sg, ind, br),uid(player ID) - Returns: Player profile, level, rank, clan, pets, achievements
- Required:
GET /stats- Get detailed career gameplay statistics (Solo, Duo, Squad modes)- Required:
region(sg, ind, br),uid(player ID) - Returns: Games played, wins, kills, headshots, vehicle eliminations, top placements
- Required:
GET /image- Get in-game images, icons, and assets- Required:
itemID(item ID) - Returns: Character skins, weapon icons, badges, pet images, and more
- Required:
GET /craftland- Get information about custom Craftland maps- Required:
region(sg, ind, br),code(map code) - Returns: Map details and information
- Required:
GET /wishlist- Get player's wishlist items- Required:
region(sg, ind, br),uid(player ID) - Returns: Wishlist items and desired in-game content
- Required:
GET /bancheck- Check if a player account is banned- Required:
uid(player ID) - Optional:
lang(en, ar, es, id, pt, ru, vi) - Returns: Ban status and ban period information
- Required:
โ View Full API Documentation
| Tier | Requests/Hour | Price | Features |
|---|---|---|---|
| Free | 100 | $0 | All endpoints |
| Starter | 1,000 | $9/mo | Priority support |
| Pro | 10,000 | $29/mo | API analytics |
| Enterprise | Custom | Custom | Dedicated support |
Everything you need to get started:
- API Docs - Complete
- ๐ง Email: support@freefirecommunity.com
- ๐ฌ Forum: developers.freefirecommunity.com/community
- ๐ GitHub Issues: Report bugs
- ๐ก Feature Requests: GitHub Discussions
- ๐จ Critical Issues: 1 hour
- โก High Priority: 4 hours
- ๐ Standard: 24 hours
- 50,000+ Active Developers
- 500+ Million API Requests/Month
- 99.9% Uptime SLA
- 7 Languages Supported
- 50+ API Endpoints
- 200+ Global Servers
โ
HTTPS/TLS encryption - All traffic encrypted
โ
API key authentication - Secure credentials
โ
Rate limiting - DDoS protection
โ
Audit logs - Track all API calls
โ
GDPR compliant - Your data is safe
โ
Regular audits - Security testing 24/7
MIT License - Use freely in commercial and personal projects.
This is a community project and is NOT affiliated with, endorsed by, or associated with Garena or Free Fire. Used for educational and development purposes only.
- Sign Up - Takes 60 seconds
- Create App - Get your API key instantly
- Start Building - Access full documentation
- Scale - Upgrade as you grow
โจ Most Complete - All player, match, and guild data
๐ Fastest - Sub-second response times
๐ Best Docs - Crystal clear examples for all languages
๐ค Best Support - Real humans, 24/7 community
๐ Most Secure - Enterprise security standards
"Best Free Fire API I've used. Great documentation and super responsive support!" - DevBuilder
"Launched our Discord bot in 2 hours. The examples were perfect." - CommunityLeader
"Switched from another API. This one is 10x faster and cheaper." - BooyahNews
v2.1.0 (October 2025)
- โ Added GraphQL endpoints
- โ Improved performance (now 40% faster)
- โ Added Vietnamese language support โ View changelog
- ๐ Official Documentation
- ๐ฅ Video Tutorials
- ๐ฃ๏ธ Community Forum
Have questions?
- ๐ง Email: support@freefirecommunity.com
- ๐ฌ Chat: developers.freefirecommunity.com
- ๐ GitHub: @ashqking
Created by: Free Fire Community
Maintained by: @ashqking
Made with โค๏ธ for the Free Fire Community