Skip to content

GetGuildStats

GET https://api.brawlhalla.com/v1/guild/stats

This request returns information on a guild from its ID.

ParameterTypeRequiredDescription
guild_idInteger✔️The ID of the guild.
{
"guild_id": 3,
"name": "Asgardian Book Club",
"create_date": 1660419655,
"xp": 241855,
"legacy_xp": 4620759,
"notice": "Meets every Thursday!",
"tags": [
"Social"
"Friendly"
"NightOwls"
],
"discord_invite_code": "alwaysbecreasing",
"guild_points": 114953,
"rank": 6184,
"is_recruiting": true,
"member_count": 3
}
ElementTypeRequiredDescription
guild_idInteger✔️The ID of the guild.
nameString✔️The name of the guild.
create_dateInteger✔️The date that the guild was created. This is an UNIX timestamp.
xpInteger✔️The total amount of XP the guild has earned since the introduction of guilds.
legacy_xpInteger✔️The total amount of XP the guild earned before the introduction of guilds.
noticeString✔️The guild’s current message of the day.
tagsArray (String)✔️The tags currently assigned to the guild.
discord_invite_codeString✔️The Discord link for the guild.
guild_pointsInteger✔️The amount of Guild Points the guild has earned. This resets weekly.
rankIntegerThe current rank of the guild.
is_recruitingBoolean✔️Notes if the guild currently has open recruitment.
member_countIntegerThe total number of players in the guild.