Use the Free Fire Player Info API in your projects
GET Player Info
GET https://ffapi.s1-hq.shop/info?uid=UID
Returns player basic info, clan, social, pet, credit score.
# curl example
curl "https://ffapi.s1-hq.shop/info?uid=1868812498"
# Response
{
"basicInfo": {
"nickname": "RAM┋VRAJ",
"level": 73,
"region": "IND"
}
}
GET API Stats
GET https://ffapi.s1-hq.shop/stats
Returns total requests, sessions, and active regions.
{
"total_requests": "42",
"sessions": 80
}