---
title: "Get your puzzle dashboard"
method: GET
path: "/api/puzzle/dashboard/{days}"
tags: ["Puzzles"]
---

# Get your puzzle dashboard

`GET /api/puzzle/dashboard/{days}`

Download your [puzzle dashboard](https://lichess.org/training/dashboard/30/dashboard) as JSON.
Also includes all puzzle themes played, with aggregated results.
Allows re-creating the [improvement/strengths](https://lichess.org/training/dashboard/30/improvementAreas) interfaces.

## Path parameters

- `days` integer, required

## Response `200`

The puzzle dashboard of the logged in user.

- PuzzleDashboard
  - `days` integer, required
  - `global` PuzzlePerformance, required
    - `firstWins` integer, required
    - `nb` integer, required
    - `performance` integer, required
    - `puzzleRatingAvg` integer, required
    - `replayWins` integer, required
  - `themes` object, required

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/revisions/1425db81eb3b/schema)
