GetPlayer
Returns information on a player based on their playerID.
Request
Syntax
https://api.brawltools.com/v2/player/:playerID
Path Parameters
| Parameter | Description |
|---|---|
| playerId | The esports ID of the 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. |