GetPlayerGuild
Request
Section titled “Request”GET https://api.brawlhalla.com/v1/player/guildThis request returns information about a player’s current guild.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
| brawlhalla_id | Integer | ✔️ | The player’s Brawlhalla ID. |
Response
Section titled “Response”{ "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" }}Response Elements
Section titled “Response Elements”| Element | Type | Required | Description |
|---|---|---|---|
| brawlhalla_id | Integer | The player’s Brawlhalla ID. | |
| guild | Object | The player’s guild statistics. This is a GuildPlayer schema. |