GetPlayerTeams
Request
Section titled “Request”GET https://api.brawlhalla.com/v1/player/teamsThis request returns information about a player’s teammates.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
| brawlhalla_id | Integer | ✔️ | The player’s Brawlhalla ID. |
Response
Section titled “Response”{ "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 } ] }}Response Elements
Section titled “Response Elements”| Element | Type | Required | Description |
|---|---|---|---|
| brawlhalla_id | Integer | ✔️ | The player’s Brawlhalla ID. |
| ranked_2v2 | Array (Object) | ✔️ | The ranked 2v2 teams the player is a member of. This is a Team schema. |