# Free Fire Community API - Unofficial Free Fire Player Stats & Data API ## Description This is version `2.0` of this API documentation. Last update on Oct 26, 2025. # Free Fire Community API Documentation ## 🎮 The Most Comprehensive Free Fire API Welcome to the **Free Fire Community API** - a comprehensive, unofficial API service that provides access to Free Fire player statistics, craftland maps, wishlist data, and game assets. ### 🌟 Key Features - ✅ **Real-time Player Statistics** - Access live player data and rankings - ✅ **Comprehensive Profile Data** - Get detailed player information - ✅ **Craftland Maps** - Fetch custom map information - ✅ **Game Assets** - Access in-game images and icons - ✅ **Ban Status Checking** - Verify player ban status - ✅ **Multi-Region Support** - SG, IND, BR regions - ✅ **Fast & Reliable** - Optimized for performance ## 🔑 Getting Your API Key To use this API, you'll need an API key. Get yours at: **[Free Fire Community Developer Platform](https://developers.freefirecommunity.com/)** ### Authentication Methods You can authenticate your API requests using either method: 1. **Header Authentication (Recommended)** ``` x-api-key: your_api_key_here ``` More secure as the key is not visible in URLs or logs. 2. **Query Parameter Authentication** ``` ?key=your_api_key_here ``` Simpler for testing but less secure. Use header method in production. ## 🌍 Regional Support Our API supports all Free Fire regions with three main endpoints: - **SG Region**: Covers `SG`, `ID`, `ME`, `VN`, `TH`, `CIS`, `EU`, `TW`, `MY`, `PK`, `BD` - **IND Region**: Covers India only - **BR Region**: Covers `BR`, `US`, `NA`, `LATAM` ## 🚀 Rate Limits Rate limits vary by plan: - **Free**: 100 requests/month, 10 requests/minute - **Beginner**: 2,000 requests/month, 15 requests/minute - **Developer**: 25,000 requests/month, 60 requests/minute - **Pro**: 100,000 requests/month, 120 requests/minute - **Enterprise**: Custom limits Check response headers for your current rate limit status. ## ⚠️ Important Disclaimer **This API and the Free Fire Community platform are NOT affiliated with, endorsed by, or connected to Garena International or Free Fire in any way.** This is an independent, community-driven project created by fans for fans. All trademarks, game content, and assets belong to their respective owners. ## 📞 Support & Community - **Developer Portal**: [developers.freefirecommunity.com](https://developers.freefirecommunity.com/) - **Documentation**: [docs.freefirecommunity.com](https://docs.freefirecommunity.com/) - **API Status**: [status.freefirecommunity.com](https://stats.uptimerobot.com/pB5twu5M3x/801663024) ## 🔒 Security & Privacy - All API requests should be made server-side to protect your API key - Never expose your API key in client-side code - We do not store or share personal player data - All data is sourced from publicly available information --- **Made with ❤️ by the Free Fire Community** ## Servers - Production API Server (Version 1): https://developers.freefirecommunity.com/api/v1 (Production API Server (Version 1)) ## Authentication ## Endpoints - [Player Information](https://docs.freefirecommunity.com/group/endpoint-player-information.md) - [Player Statistics](https://docs.freefirecommunity.com/group/endpoint-player-statistics.md) - [Craftland Maps](https://docs.freefirecommunity.com/group/endpoint-craftland-maps.md) - [Player Wishlist](https://docs.freefirecommunity.com/group/endpoint-player-wishlist.md) - [Player Ban Check](https://docs.freefirecommunity.com/group/endpoint-player-ban-check.md) - [Game Assets](https://docs.freefirecommunity.com/group/endpoint-game-assets.md) [Powered by Bump.sh](https://bump.sh)