Rankings
Request
Section titled “Request”GET https://api.brawlhalla.com/rankings/[bracket]/[region]/[page]This request returns an array of rankings. There are 50 players on each page.
Parameters
Section titled “Parameters”| Parameter | Description |
|---|---|
| bracket | Can be 1v1, 2v2, a specific seasonal ranked gamemode such as kungfoot, or the current seasonal ranked gamemode using rotating. |
| region | To retrieve global rankings, use all. Otherwise, this endpoint will accept us-e, us-w, eu, sea, brz, or aus. |
| page | The page number to recieve. This parameter is required, so use 1 for the first page. |
| Parameter | Description |
|---|---|
| name | The Steam name to search for. Only works with bracket param 1v1. |
Response
Section titled “Response”[ { "rank": 1, "name": "KD | yüz", "brawlhalla_id": 5989758, "best_legend": 54, "best_legend_games": 406, "best_legend_wins": 380, "rating": 2937, "tier": "Valhallan", "games": 406, "wins": 380, "region": "BRZ", "peak_rating": 2943 }, { "rank": 2, "name": "snowyxD", "brawlhalla_id": 3666461, "best_legend": 46, "best_legend_games": 2030, "best_legend_wins": 1658, "rating": 2916, "tier": "Valhallan", "games": 2030, "wins": 1658, "region": "US-E", "peak_rating": 2916 }]