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

Rankings

GET https://api.brawlhalla.com/rankings/[bracket]/[region]/[page]

This request returns an array of rankings. There are 50 players on each page.

ParameterDescription
bracketCan be 1v1, 2v2, a specific seasonal ranked gamemode such as kungfoot, or the current seasonal ranked gamemode using rotating.
regionTo retrieve global rankings, use all. Otherwise, this endpoint will accept us-e, us-w, eu, sea, brz, or aus.
pageThe page number to recieve. This parameter is required, so use 1 for the first page.
ParameterDescription
nameThe Steam name to search for. Only works with bracket param 1v1.
[
{
"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
}
]