FreeFire BanCheck Frontend its a frontend of a lightweight Flask-based REST API that Show Free Fire player information with ban status.
🧠 Designed for speed, precision, and integration with custom dashboards or moderation tools.
The application uses the BAN_KEY environment variable to authenticate with the ban check API. This key Buy From Admin Or Replace Banecheckbackend Api With Your Own Api:
- Local Development: Uses
.envfile - Vercel: Uses Environment Variables in project settings
- Render: Uses Environment Variables in service settings
✅ Fetches Player Name, UID, Level, and Region
✅ Checks Account Ban Status.
✅ Calculates how long since last login
✅ 100% Flask, no dependencies beyond requests
| Component | Description |
|---|---|
| 🐍 Python | Core language |
| ⚗️ Flask | Web framework |
| 🌐 Requests | API communication |
| 📅 Datetime | Time calculation |
| 💻 Render / Railway / Vercel | Deployment ready |
Retrieve player details and ban info by UID.
GET https://yourlink.com/bancheck?uid=2513698016{
"nickname": "MoTo^.^Kaka",
"uid": "2513698016",
"AccountLevel": 76,
"region": "PK",
"AccountLastLogin": "2025-08-21",
"status": "OK",
"is_banned": false,
"Last_Login": "0 Year 2 Months And 7 Days Ago",
"credits": "saeedxdie"
}git clone https://github.com/TSun-FreeFire/TSun-FF-Bancheck.git
cd TSun-FF-Bancheckpip install -r requirements.txt
python app.pyThe Local server runs on:
http://127.0.0.1:5000/
📦 TSun-FF-Bancheck
┣ 📜 app.py
┣ 📜 requirements.txt
┣ 📜 README.md
┗ 📁 /static (optional)
TSun
Made with 🫀 by ༯𝙎ค૯𝙀𝘿✘🫀
Follow for more Python, API & projects
This project is licensed under the MIT License — feel free to modify and share with credit.