Skip to content

GetPlayerGuild

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

This request returns information about a player’s current guild.

ParameterTypeRequiredDescription
brawlhalla_idInteger✔️The player’s Brawlhalla ID.
{
"brawlhalla_id": 5464542,
"guild": {
"guild_id": 3,
"guild_name": "Asgardian Book Club",
"personal_xp": 20801,
"personal_xp_this_week": 1895,
"personal_points": 243,
"join_date": 1660419655,
"rank": "Leader"
}
}
ElementTypeRequiredDescription
brawlhalla_idIntegerThe player’s Brawlhalla ID.
guildObjectThe player’s guild statistics. This is a GuildPlayer schema.