A fast and simple Flask API to fetch Free Fire player nickname using UID.
- 🚀 Fast response
- 🎮 Get player nickname by UID
- 🌐 JSON API
- 🐍 Built with Flask
- 📦 Easy to deploy
GET /xp-opu?uid=PLAYER_UIDGET /xp-opu?uid=123456789{
"nickname": "PLAYER_NAME"
}{
"error": "ID NOT FOUND"
}git clone <your-repository>
cd <your-folder>
pip install -r requirements.txt
python app.pyServer:
http://127.0.0.1:5000
- 🐍 Python
- 🌶️ Flask
- 🌍 Requests
- 🎨 Rich
If you like this project, don't forget to Star ⭐ the repository.
Made with ❤️ by XP OPU