GetPlayerByBhId
Fetches basic information about a player from their BrawlhallaID.
Request
Syntax
https://api.brawltools.com/v2/player/bhId/:brawlhallaId
Path Parameters
| Parameter | Description |
|---|---|
| brawlhallaId | The Brawlhalla ID for this player. |
Response
Sample Response
{
"player": {
"playerId": 74433,
"sggPlayerId": 57335,
"cmPlayerId": "6cf1aca1-620a-4a78-b9dd-831a8ee361e0",
"brawlhallaId": 738230,
"name": "Sandstorm",
"twitter": "GDSandstorm",
"twitch": "Gdsandstorm",
"country": "United States"
}
}
Response Elements
The following data is returned in JSON.
| Element | Type | Description |
|---|---|---|
| player | Object | Detailed information of the player. This is a Player object. |