Leaderboard Endpoints
Endpoints for accessing player rankings, statistics, and match history.
Authentication: All endpoints in this section require Steam authentication.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| getAvailableLeaderboards | GET | Get all leaderboard definitions, match types, civilizations, and regions |
| getLeaderBoard | GET | Get ranked leaderboard entries with player stats |
| getPartyStat | GET | Get statistics for a party/team |
| getPersonalStat | GET | Get personal statistics for a player |
| getRecentMatchHistory | GET/POST | Get recent match history for player(s) |
| getRecentMatchSinglePlayerHistory | GET | Get single-player match history |
| getStatGroupsByProfileIDs | GET | Get stat groups for multiple profile IDs |
| getStatsForLeaderboardByProfileName | GET | Search leaderboard stats by player name |
| setAvatarStatValues | POST | Update avatar statistics |