Emon Axc - Ultimate Guild Manager

Complete Free Fire Guild Management System with All Details

API Server: http://31.97.71.62:3020/ Online

Welcome to Emon Axc Guild Manager

Guild Info

Get complete guild details including leader, officers, activity points, creation time, and more

Member List

View all members with their UID, name, level, glory, BR rank, CS rank, and avatar

Join/Leave

Join or leave guilds with multiple authentication methods

Features

  • Complete Guild Information - Guild ID, name, level, region, slogan, member count
  • Activity Points - Total and weekly activity points
  • Leadership Structure - Guild leader and all officers with their details
  • Member Details - Each member's UID, name, level, glory, BR rank, CS rank, avatar
  • Timestamps - Creation time, last slogan change, last notice change
  • Multiple Authentication - Guest, JWT, EAT, Access token
  • Default Region - BD (Bangladesh)

Guild Information

Fetching guild information from API server...


            

Guild Members

Fetching members from API server...


            

Guild Management

Processing request with API server...


            

API Documentation

API Server

Base URL: http://31.97.71.62:3020/

Default Region: BD (Bangladesh)

Available Endpoints

GET /guild

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 /members

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

GET /join

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

GET /leave

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 /checkapplications

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

GET /health

Health check endpoint

Example: /health

Authentication Methods

  • Guest Login: uid + password
  • JWT Token: token parameter
  • EAT Token: eat_token parameter
  • Access Token: access_token parameter