Free Fire API — Free Tier Available

Build with Game Data

Access Free Fire player stats, clan info, credit scores and more through a simple REST API. Start with 100 free requests per day.

nexapi@ff-api ~ $
$ curl "https://api.nexapi.dev/v1/player?uid=1868812498&key=nx_live_demo"
{"nickname": "RAM┋VRAJ", "level": 73, "region": "IND", "likes": 12850}

How it works

Three simple steps to start using the Free Fire API.

1

Create an account

Sign up for free — no credit card required. You'll get instant access to the Free Tier.

2

Generate an API key

Create your first API key from the dashboard. Each key has its own rate limit and usage stats.

3

Make requests

Use your key to query player data. 100 requests per day free — enough to build and test.

Available APIs

Start with the Free Fire API. More endpoints coming soon.

v1
GET

Free Fire Player Info

Get detailed player information: nickname, level, XP, region, BR rank, likes, clan details, pet info, and credit score.

/v1/player?uid=UID&key=KEY View Docs

What Developers Say

Join hundreds of developers building with NexAPI.

★★★★★

"Super easy to integrate. Had my first API call working in under 5 minutes. The docs are clear and the response format is clean."

Arjun S.
Game Dev, India
★★★★★

"Perfect for my Free Fire stats tracker. The 100 free requests/day is generous for testing, and the API response time is impressive."

Maria L.
Mobile Developer, Brazil
★★★★★

"I built a Discord bot that shows Free Fire player stats using this API. Reliable uptime and the rate limiting is fair. Highly recommend."

Rahul K.
Full Stack Dev, Indonesia

Frequently Asked Questions

Everything you need to know about NexAPI.

NexAPI is a REST API marketplace that provides Free Fire player data including stats, ranks, clan info, and more for developers who build apps, websites, and tools around the game.
Yes! The Free Tier gives you 100 requests per day at no cost — no credit card required. Upgrade to Pro when you need more.
Sign up for a free account, go to your dashboard, and generate your first API key. It takes less than a minute.
The Player Info endpoint returns nickname, level, XP, region, BR rank, likes, clan details, pet info, and credit score. More endpoints are coming.
Each API key has a daily limit (100 req/day on Free). The counter resets at midnight UTC. Exceeding the limit returns HTTP 429.