Get Player Ranking
Retrieve paginated player rankings with optional country and search filters.number
required
Page number for pagination (1-indexed)
string
Filter by country code (e.g., “US”, “GB”, “JP”)
string
Search for players by name
Response
array
Array of ranked players with their statistics
number
Total number of players matching the query
number
Current page number
Example Request
Example Response
Get Medal Ranking
Retrieve paginated medal rankings with optional country filter.number
required
Page number for pagination (1-indexed)
string
Filter by country code (e.g., “US”, “GB”, “JP”)
Response
array
Array of players ranked by medal count
number
Total number of players in the medal ranking
number
Current page number
Example Request
Example Response
Medal rankings are calculated based on top 10 leaderboard positions. See the Medals feature documentation for how medals are earned.