Retrieve detailed player profiles with career stats, team info, and recent match performance.
Get single player by ID
Search players by nickname
Recent map-by-map stats
Full player directory (optional search query)
| Parameter | Type | Required | Description |
|---|---|---|---|
| sport | string | ✓ | Path slug: cs2, valorant, lol, dota2 |
| player_id | integer | ✓ | Player ID from rankings or search |
| q | string | — | Search query for player nickname (search endpoint). Alias: search |
Get player by ID:
/v6/esports/cs2/players/18452Search for player:
/v6/esports/cs2/players/search?q=zywooRecent gamelogs by slug:
/v6/esports/cs2/players/zywoo/gamelogs{
"source": "kashrock",
"provider": "bo3.gg",
"player": {
"id": 18452,
"nickname": "ZywOo",
"slug": "zywoo",
"team": "Vitality",
"image": "https://img.bo3.gg/...",
"links": {
"player_image": "https://img.bo3.gg/...",
"team_logo": "https://img.bo3.gg/..."
}
},
"stats": { "rank": 1, "avg_player_rating": 6.96 }
}