Python client for HL Gaming Official Free Fire API
Project description
HL Gaming Official FF Data API (hl-gaming-official-ff-data)
Official Python client for HL Gaming Official's Free Fire API
Easily fetch player data from Free Fire using your API key.
📦 Installation
pip install hl-gaming-official-ff-data
🚀 Usage Example
from hl_gaming_official_ff_data import HLFFClient
api_key = "your-api-key"
player_uid = "9351564274"
user_uid = "your-user-uid"
region = "pk"
client = HLFFClient(api_key=api_key, region=region)
try:
data = client.get_player_data(player_uid=player_uid, user_uid=user_uid)
print("✅ Player Data:", data)
except Exception as e:
print("❌ Error:", e)
❗ Error Handling & Tips
- ✅ Make sure
api_key,player_uid, anduser_uidare correct. - ⚠️ Region must be a valid code like
pk,in, etc. - ❌ If the API returns a 403 or 400 error, check your parameters or visit API Docs
📄 Documentation
- 📘 API Docs
- 🌐 Main Website
📝 Changelog
Version 2.3.4
- Updated package name and branding
- Added better error handling and user guidance
- Improved documentation and examples
👨💻 Developed by Haroon Brokha
📧 Contact: developers@hlgamingofficial.com
🌐 Project maintained for the HL Gaming Official Community
This README is automatically generated and maintained.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hl_gaming_official_ff_data-2.3.8.tar.gz.
File metadata
- Download URL: hl_gaming_official_ff_data-2.3.8.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88764be42be3264398206338a424833b2685cedb1169f72f699b32c98aa8fd9d
|
|
| MD5 |
18c1feba35bfcf14f0a938676811171b
|
|
| BLAKE2b-256 |
3705b93cb48fd4e58a8725d2d6cd5750929743a487003f3647d768c3dbac6a94
|
File details
Details for the file hl_gaming_official_ff_data-2.3.8-py3-none-any.whl.
File metadata
- Download URL: hl_gaming_official_ff_data-2.3.8-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea5e0daabe0a72987e7188c836465a3453355245312cf5695a6c8f0a17e6e22c
|
|
| MD5 |
d3951933445e0aaa0a8d9e99ee34ed26
|
|
| BLAKE2b-256 |
8ab23aa41c775f246ed890210bfc97f4001432cbe5c89d3d19520b382334c5ed
|