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.6.tar.gz (3.4 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.6-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.6.tar.gz
Algorithm Hash digest
SHA256 4e50a02d21940c6b3918ed166f10823d969c966e224ac82133abe37d00b1efec
MD5 1b867627299f7a86b75ba27b7ba1e428
BLAKE2b-256 71e657a7e288647f02bec60c5f8dab9f8de1d6bd7774224554a5eb1936593bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a2f392032f94f63bf9900a48c1934c5038dac193577a1364f0ae6943c43865d9
MD5 beda7dffb089f5a2e710f03cf61c709c
BLAKE2b-256 a4e37f4cf7a66f91c036ffb5173d31ca56432194ac96cd83085b9bc1e2c8a3fc

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