Skip to content

GetPlayerTeams

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

This request returns information about a player’s teammates.

ParameterTypeRequiredDescription
brawlhalla_idInteger✔️The player’s Brawlhalla ID.
{
"brawlhalla_id": 4697805,
"teams": {
"ranked_2v2": [
{
"brawlhalla_id_one": 4697805,
"brawlhalla_id_two": 2467374,
"username_one": "Octavius",
"username_two": "UpyriDensetsu",
"rating": 1618,
"peak_rating": 1705,
"tier": "Gold 4",
"wins": 41,
"games": 87,
"region": "US-E",
"region_ranks": [
{
"region": "US-E",
"rank": 64491
}
],
"global_rank": 195136
},
{
"brawlhalla_id_one": 4697805,
"brawlhalla_id_two": 5652626,
"username_one": "Octavius",
"username_two": "sch3ming",
"rating": 1253,
"peak_rating": 1278,
"tier": "Silver 3",
"wins": 71,
"games": 143,
"region": "US-E",
"region_ranks": [
{
"region": "US-E",
"rank": 103653
}
],
"global_rank": 302634
}
]
}
}
ElementTypeRequiredDescription
brawlhalla_idInteger✔️The player’s Brawlhalla ID.
ranked_2v2Array (Object)✔️The ranked 2v2 teams the player is a member of. This is a Team schema.