Complete Free Fire Guild Management System with All Details
Get complete guild details including leader, officers, activity points, creation time, and more
View all members with their UID, name, level, glory, BR rank, CS rank, and avatar
Join or leave guilds with multiple authentication methods
Fetching guild information from API server...
Fetching members from API server...
Processing request with API server...
Base URL: http://31.97.71.62:3020/
Default Region: BD (Bangladesh)
Get detailed guild information including leader, officers, activity points, timestamps, etc.
Parameters: guild_id (required), region (optional, default: IND)
Example: /guild?guild_id=123456®ion=BD
Get complete guild members list with UID, name, level, glory, BR rank, CS rank, avatar, etc.
Parameters: guild_id (required), token OR eat_token OR access_token OR (uid + password)
Example: /members?guild_id=123456&uid=12345&password=xxx
Join a guild
Parameters: guild_id (required), token OR eat_token OR access_token OR (uid + password)
Example: /join?guild_id=123456&uid=12345&password=xxx
Leave a guild
Parameters: guild_id (required), token OR eat_token OR access_token OR (uid + password)
Example: /leave?guild_id=123456&uid=12345&password=xxx
Get clan applications and invitations (raw response hex)
Parameters: clan_id (optional), token OR eat_token OR access_token OR (uid + password)
Example: /checkapplications?clan_id=123456&uid=12345&password=xxx
Health check endpoint
Example: /health