🎮 FF Tracker API

Professional Free Fire Player Data API

GET /api/v1/search-players

Search for Free Fire players by username or keyword. Returns matching player accounts with their basic information.

Parameters

Name Type Required Description
keyword string Yes Search term (minimum 3 characters)
server string No Server region (default: IND). Options: IND, SG, RU, ID, TW, US, VN, TH, ME, PK, CIS, BR, BD

â–¶ Try It Out

Response:


                    
GET /api/v1/player-stats

Retrieve detailed statistics for a specific player including Battle Royale and Clash Squad modes.

Parameters

Name Type Required Description
uid string Yes Player UID (numeric value)
server string No Server region (default: IND)
gamemode string No Game mode: 'br' or 'cs' (default: br)
matchmode string No Match type: 'CAREER', 'NORMAL', or 'RANKED' (default: CAREER)

â–¶ Try It Out

Response:


                    
GET /api/v1/player-profile

Get comprehensive player profile information including gallery, blacklist status, and spark info.

Parameters

Name Type Required Description
uid string Yes Player UID (positive integer)
server string No Server region (default: IND)
need_gallery_info boolean No Include gallery information (default: false)
need_blacklist boolean No Include blacklist status (default: false)
need_spark_info boolean No Include spark info (default: false)
call_sign_src integer No Call sign source (default: 7)

â–¶ Try It Out

Response: