Skip to main content

Python client for HL Gaming Official Free Fire API

Project description

HL Gaming Official FF Data API (hl-gaming-official-ff-data)

PyPI Version Downloads

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, and user_uid are 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


📝 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

hl_gaming_official_ff_data-2.3.7.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hl_gaming_official_ff_data-2.3.7-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file hl_gaming_official_ff_data-2.3.7.tar.gz.

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.7.tar.gz
Algorithm Hash digest
SHA256 8f25df4b9fb63072ffeede1a85cdaf0161ad0bcf2ad0148e5eb9e726d0244786
MD5 b2ae6c339a87fb78584cc18d3153cde5
BLAKE2b-256 bf1ff3889860c9c6caf2eaa85fd940609d1d2d6643917069f4932467edf15981

See more details on using hashes here.

File details

Details for the file hl_gaming_official_ff_data-2.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3c9ce977ba2ad4d118eb4ada4e254b991f0afe4ead685b4eb473af8d3829ddab
MD5 301390bc81d8e34f936d5593381672a7
BLAKE2b-256 dbf9ec33821a1e4a8b93090848fb68f6b9769336809d0e5e9bb4e627fd0d40a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page