Clans
Request
Section titled “Request”GET https://api.brawlhalla.com/clan/[clan_id]/This request returns information on a clan from its ID.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| clan_id | Integer | The ID of the clan. |
Response
Section titled “Response”{ "clan_id": 3553, "clan_name": "Asgardian Book Club", "clan_create_date": 1660419655, "clan_xp": "4620759", "clan": [ { "brawlhalla_id": 5464542, "name": "Steampunk Dreams", "rank": "Leader", "join_date": 1660419655, "xp": 3443664 }, { "brawlhalla_id": 9556765, "name": "thebutterscotchler", "rank": "Officer", "join_date": 1665645602, "xp": 954682 }, { "brawlhalla_id": 5705075, "name": "GARGOYLECORE", "rank": "Officer", "join_date": 1675125359, "xp": 222413 }, ]}Response Elements
Section titled “Response Elements”| Element | Type | Description |
|---|---|---|
| clan_id | Integer | The ID of the clan. |
| clan_name | String | The name of the clan. |
| clan_create_date | Integer | The date that the clan was created. This is an UNIX timestamp. |
| clan_xp | String | The total amount of XP the clan has earned. |
| clan | Object | An object containing the members of the clan. This is a Clan schema. |