Skip to content
This Version 0 API endpoint is deprecated, and will hit EOL by the end of 2026.

Clans

GET https://api.brawlhalla.com/clan/[clan_id]/

This request returns information on a clan from its ID.

ParameterTypeDescription
clan_idIntegerThe ID of the clan.
{
"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
},
]
}
ElementTypeDescription
clan_idIntegerThe ID of the clan.
clan_nameStringThe name of the clan.
clan_create_dateIntegerThe date that the clan was created. This is an UNIX timestamp.
clan_xpStringThe total amount of XP the clan has earned.
clanObjectAn object containing the members of the clan. This is a Clan schema.