Leaderboard Endpoints (Community)
Public endpoints for querying leaderboards, player statistics, and match history without authentication. These are the most commonly used endpoints for third-party tools and websites.
Note: These are unauthenticated public endpoints. For authenticated leaderboard operations, see /game/leaderboard.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| getAvailableLeaderboards | GET | Get list of available leaderboards with metadata |
| getLeaderBoard2 | GET | Get leaderboard rankings with player stats |
| getPersonalStat | GET | Get a player’s statistics across all leaderboards |
| getAvatarStatForProfile | GET | Get avatar/profile stats for a player |
| getRecentMatchHistory | GET | Get a player’s recent match history |