Progress
Get game leaderboard
Retrieve leaderboard rankings for a specific game with optional filtering and sorting
get/api/games/{id}/leaderboard
Path parameters
idstring uuid required
Game ID (UUID)
Query parameters
levelinteger
Filter by specific level
sort'score' | 'updated_at' | 'time' | 'moves'
Sort field (cannot be 'level')
direction'ASC' | 'DESC'
Sort direction
limitinteger
Number of results to return
Response
Leaderboard data
Changes
No recorded changes to this endpoint across all 1 revision of this API.