GetGuildMembers
Request
Section titled “Request”GET https://api.brawlhalla.com/v1/guild/membersThis request returns the members of a specified guild.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
| guild_id | Integer | ✔️ | The ID of the guild. |
Response
Section titled “Response”{"guild_id": 3, "guild_members": [ { "brawlhalla_id": 5464542, "name": "Steampunk Dreams", "rank": "Leader", "join_date": 1660419655, "xp": 20801, "guild_points": 243 }, { "brawlhalla_id": 9556765, "name": "thebutterscotchler", "rank": "Officer", "join_date": 1665645602, "xp": 954682, "guild_points": 952 }, { "brawlhalla_id": 5705075, "name": "GARGOYLECORE", "rank": "Officer", "join_date": 1675125359, "xp": 222413, "guild_points": 738 } ]}Response Elements
Section titled “Response Elements”| Element | Type | Required | Description |
|---|---|---|---|
| guild_id | Integer | ✔️ | The ID of the guild. |
| guild_members | Array (Objects) | ✔️ | The members of the guild. This is an array made up of guildMember schemas. |