Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

⚡ XP Free API

A fast and simple Flask API to fetch Free Fire player nickname using UID.

✨ Features

  • 🚀 Fast response
  • 🎮 Get player nickname by UID
  • 🌐 JSON API
  • 🐍 Built with Flask
  • 📦 Easy to deploy

📌 Endpoint

GET /xp-opu?uid=PLAYER_UID

Example

GET /xp-opu?uid=123456789

Response

{
  "nickname": "PLAYER_NAME"
}

Error

{
  "error": "ID NOT FOUND"
}

🚀 Installation

git clone <your-repository>
cd <your-folder>

pip install -r requirements.txt

python app.py

Server:

http://127.0.0.1:5000

🛠️ Built With

  • 🐍 Python
  • 🌶️ Flask
  • 🌍 Requests
  • 🎨 Rich

👤 Developer


⭐ Support

If you like this project, don't forget to Star ⭐ the repository.

Made with ❤️ by XP OPU

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages