GetPlayerRecentLegend
Fetches a player’s recently played legends.
Request
Syntax
https://api.brawltools.com/v2/player/:PlayerID/legend
Path Parameters
| Parameter | Type | Description |
|---|
| playerId | Integer | The esports ID of the player being searched. |
Response
Sample Response
{
"legend": {
"name": "MIRAGE",
"count": 12
}
}
Response Elements
| Element | Type | Description |
|---|
| legend | Object | An object containing the player’s most recent legend. This is a Legend data type. |