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
Python Versions
License
Last Release
Status

Official Python client for HL Gaming Official's Free Fire API.
This API allows developers to fetch all public profile data of any Free Fire ID worldwide, making it easy to access stats, inventory, and player information programmatically.

This is the official HL Gaming Developers API.


Features

  • Retrieve full public profile data of any Free Fire player.
  • Access detailed stats, including rankings, inventory, and in-game achievements.
  • Simple and fast integration using your HL Gaming 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.9

  • 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.9.tar.gz (9.3 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.9-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.9.tar.gz
Algorithm Hash digest
SHA256 2611bcdda45e8cc80a46c6f032f80160494c63db6db672db0dd4a1ab21507201
MD5 9139f5a53b2d7371c7b981ae7d8a4374
BLAKE2b-256 b912a42362e33ca4ab1cf0ed5ab34aa0237b755007d917276d334292f1ea08c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hl_gaming_official_ff_data-2.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 dc388704574f90a099626f6ef70e1f3fc4736042a1d12447f6d13f088f473326
MD5 cf4e0bec7aefb0e878f0226305376d3c
BLAKE2b-256 d0ca48fb1d461e3caad54e095851b77b189572cefa111926eb28d5e0bc641b47

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