Endpoint
Description
Get puzzle performance statistics for a specific time period. The dashboard provides aggregated metrics about puzzle solving performance, both globally and broken down by tactical themes. This endpoint powers the puzzle dashboard feature visible on the Lichess website.Authentication
Required OAuth2 scopes:puzzle:readweb:mod(for mobile clients)
Path Parameters
Number of days to include in the dashboard statistics.Supported values:
1, 2, 3, 7, 10, 14, 21, 30, 60, 90The API will round to the closest supported value if an unsupported number is provided.Response
The number of days covered by this dashboard
Overall puzzle performance across all themes
Performance statistics broken down by puzzle themeThe object keys are theme identifiers (e.g., “fork”, “pin”, “attackingF2F7”). Each theme contains the same metrics as the global statistics.
Example Request
Example Response
Dashboard Metrics Explained
Performance Rating
The performance rating is calculated using:- Solving 50% of puzzles on first try = performance near puzzle rating average
- Solving 75% on first try = performance ~250 points above average
- Solving 90% on first try = performance ~400 points above average
Theme Statistics
Only themes with significant activity are included:- Must have attempted at least
nb > global.nb / 40puzzles - Very common themes like “mate” are excluded from the breakdown
- Length-based themes (“short”, “long”) are excluded
- Mate-in-X themes are excluded from analysis
Time Periods
Supported day values and their use cases:- 1-3 days: Recent daily performance
- 7 days: Weekly progress tracking
- 14-30 days: Monthly analysis (most commonly used)
- 60-90 days: Long-term trend analysis
Rate Limiting
This endpoint is cached for 10 seconds per user/days combination to reduce database load.Use Cases
- Track puzzle solving improvement over time
- Identify weak tactical themes that need practice
- Identify strong tactical themes
- Monitor performance trends
- Set training goals based on theme performance
- Build custom training plans focusing on weak areas
Related Endpoints
- Get Daily Puzzle - Get the daily puzzle
- Get Puzzle Activity - Stream detailed puzzle activity

