Skip to content

FreeFire-Api platform, get free APIs for in-game (public) data at one!

Notifications You must be signed in to change notification settings

ashqking/Free-Fire-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Free Fire API - Community Edition

#1 Free Fire REST API | Get Player Stats, Match Data, Leaderboards & More | Developers

License Status GitHub Stars Discord Uptime


🚀 START BUILDING TODAY - 100% FREE

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.


🎮 What is Free Fire API?

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.

⚡ Why Developers Love It

  • 🔥 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

📊 What You Can Build

  • 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

🌟 Key Features

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

🚀 Get Started in 2 Minutes

Step 1: Sign Up (30 seconds)

→ Go to developers.freefirecommunity.com

Step 2: Create Your First Request

Using cURL (Header Auth - Recommended)

curl -X GET "https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869" \
  -H "x-api-key: YOUR_API_KEY"

Using cURL (Query Parameter Auth)

curl -X GET "https://developers.freefirecommunity.com/api/v1/info?region=ind&uid=665951869&key=YOUR_API_KEY"

Using JavaScript

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);

Using Python

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())

Using PHP

<?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;
?>

📚 API Endpoints

Player Information

  • 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

Player Statistics

  • 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

Game Assets

  • GET /image - Get in-game images, icons, and assets
    • Required: itemID (item ID)
    • Returns: Character skins, weapon icons, badges, pet images, and more

Craftland Maps

  • GET /craftland - Get information about custom Craftland maps
    • Required: region (sg, ind, br), code (map code)
    • Returns: Map details and information

Player Wishlist

  • GET /wishlist - Get player's wishlist items
    • Required: region (sg, ind, br), uid (player ID)
    • Returns: Wishlist items and desired in-game content

Player Ban Check

  • 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

→ View Full API Documentation


🎯 Pricing

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

→ View pricing and upgrade


📖 Documentation

Everything you need to get started:


🤝 Community & Support

Get Help

Response Times

  • 🚨 Critical Issues: 1 hour
  • High Priority: 4 hours
  • 📝 Standard: 24 hours

📈 Statistics

  • 50,000+ Active Developers
  • 500+ Million API Requests/Month
  • 99.9% Uptime SLA
  • 7 Languages Supported
  • 50+ API Endpoints
  • 200+ Global Servers

🔐 Security & Privacy

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


📄 License

MIT License - Use freely in commercial and personal projects.


⚖️ Legal Notice

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.


🎯 Next Steps

  1. Sign Up - Takes 60 seconds
  2. Create App - Get your API key instantly
  3. Start Building - Access full documentation
  4. Scale - Upgrade as you grow

🌟 Why Teams Choose This API

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


💬 What Developers Say

"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


📢 Latest Updates

v2.1.0 (October 2025)

  • ✅ Added GraphQL endpoints
  • ✅ Improved performance (now 40% faster)
  • ✅ Added Vietnamese language support → View changelog

🎓 Learn More


📞 Quick Contact

Have questions?


🙏 Credits

Created by: Free Fire Community
Maintained by: @ashqking


⭐ If you love this API, give it a star! ⭐

Made with ❤️ for the Free Fire Community


Last Updated: October 29, 2025 | Docs | GitHub

Releases

No releases published

Contributors