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

Player Stats

GET https://api.brawlhalla.com/player/[brawlhalla_id]/stats

This request returns both an object containing player’s account related statistics and an array containing per-legend statistics.

ParameterTypeDescription
brawlhalla_idIntegerThe player’s Brawlhalla ID.
{
"brawlhalla_id": 5464542,
"name": "Steampunk Dreams",
"xp": 408722,
"level": 65,
"xp_percentage": 0.8043252953775997,
"games": 3298,
"wins": 1755,
"damagebomb": "36927",
"damagemine": "83153",
"damagespikeball": "27963",
"damagesidekick": "5611",
"hitsnowball": 831,
"kobomb": 11,
"komine": 25,
"kospikeball": 19,
"kosidekick": 16,
"kosnowball": 91,
"legends": [
{
"legend_id": 12,
"legend_name_key": "scarlet",
"damagedealt": "71498",
"damagetaken": "93027",
"kos": 549,
"falls": 502,
"suicides": 16,
"teamkos": 44,
"matchtime": 73505,
"games": 1127,
"wins": 655,
"damageunarmed": "4318",
"damagethrownitem": "469",
"damageweaponone": "41464",
"damageweapontwo": "31979",
"damagegadgets": "5047",
"kounarmed": 23,
"kothrownitem": 11,
"koweaponone": 326,
"koweapontwo": 264,
"kogadgets": 30,
"timeheldweaponone": 12376,
"timeheldweapontwo": 12376,
"xp": 159899,
"level": 44,
"xp_percentage": 0.06864801864801864
}
]
}
Parameter
brawlhalla_idThe player’s Brawlhalla ID.
nameThe player’s current name.
xpThe player’s total account XP.
levelThe player’s current account level.
xp_percentageThe player’s current progress towards the next account level.
gamesThe total amount of games this player has played.
winsThe total amount of wins this player has earned.
damagebombThe total amount of damage the player dealt with Bouncy Bombs.
damagemineThe total amount of damage the player dealt with Pressure Mines.
damagespikeballThe total amount of damage the player dealt with Spike Balls.
damagesidekickThe total amount of damage the player dealt with the Sidekick Summoner.
hitsnowballThe number of times the player has hit someone with a Snowball.
kobombThe number of knockouts the player earned with Bouncy Bombs.
komineThe number of knockouts the player earned with Pressure Mines.
kospikeballThe number of knockouts the player earned with Spike Balls.
kosidekickThe number of knockouts the player earned with the Sidekick Summoner.
kosnowballThe number of knockouts the player earned with Snowballs.
legendsAn object containing the player’s stats with individual legends. This is a LegendStats object.