ListPlayers

Lists the information of specified players.

Request

Syntax

https://api.brawltools.com/v2/players

Query Parameters

ParameterTypeRequiredDescription
playerIdsString✔️The esports ID of the player being searched.
bhIdsString✔️The Brawlhalla ID of the player being searched.
sggIdsString✔️The Start.gg ID of the player being searched.
cmIdsString✔️The Challengermode ID of the player being searched.
gameModeIntegerFor 1v1 use 1, and for 2v2 use 2.

Only one of the player ID types will be accepted. Using more than one will result in a 400 Response.

Response

Sample Response

{
  "players": [
    {
      "playerId": 146052,
      "sggPlayerId": 2339938,
      "cmPlayerId": "bf544dc0-9e67-4b27-b453-80099bf450cd",
      "brawlhallaId": 110282750,
      "name": "ECHO | Marckiemoo"
    }
  ]
}

Response Elements

The following data is returned in JSON.

ElementTypeDescription
playerObjectDetailed information of the player. This is a Player object.