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

Search By Steam ID

GET https://api.brawlhalla.com/search

This request returns a player’s Brawlhalla ID along with a name string given a Steam ID.

ParameterDescription
steamidA player’s steamid in the steamID64 format. (For example: 76561198025185087).
{
"brawlhalla_id": 665751,
"name": ""
}
ParameterDescription
brawlhalla_idThe player’s Brawlhalla ID.
nameThe player’s name.