Skip to content

Repository files navigation


⚡ Overview

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.


📋 Overview

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 .env file
  • Vercel: Uses Environment Variables in project settings
  • Render: Uses Environment Variables in service settings

🚀 Features

✅ Fetches Player Name, UID, Level, and Region
✅ Checks Account Ban Status.
✅ Calculates how long since last login
✅ 100% Flask, no dependencies beyond requests


🧩 Tech Stack

Component Description
🐍 Python Core language
⚗️ Flask Web framework
🌐 Requests API communication
📅 Datetime Time calculation
💻 Render / Railway / Vercel Deployment ready

🧠 API Endpoint

GET /bancheck

Retrieve player details and ban info by UID.

GET https://yourlink.com/bancheck?uid=2513698016

Response:

{
  "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"
}

🧰 Installation

git clone https://github.com/TSun-FreeFire/TSun-FF-Bancheck.git
cd TSun-FF-Bancheck
pip install -r requirements.txt
python app.py

The Local server runs on:

http://127.0.0.1:5000/

🧠 Project Structure

📦 TSun-FF-Bancheck
 ┣ 📜 app.py
 ┣ 📜 requirements.txt
 ┣ 📜 README.md
 ┗ 📁 /static (optional)

🧑‍💻 Author

TSun

Made with 🫀 by ༯𝙎ค૯𝙀𝘿✘🫀

Follow for more Python, API & projects


📜 License

This project is licensed under the MIT License — feel free to modify and share with credit.



About

A Flask-based API for checking Free Fire player details, including nickname, region, ban status, and ban period, with multi-region support (PK, BD, IND, NA, SG).

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages