---
title: "Get puzzles to replay"
method: GET
path: "/api/puzzle/replay/{days}/{theme}"
tags: ["Puzzles"]
---

# Get puzzles to replay

`GET /api/puzzle/replay/{days}/{theme}`

Gets the puzzle IDs of remaining puzzles to re-attempt in JSON format.

## Path parameters

- `days` integer, required
- `theme` string, required

## Response `200`

The requested puzzles to replay.

- PuzzleReplay
  - `replay` object, required
    - `days` integer, required
    - `theme` string, required
    - `nb` integer, required
    - `remaining` string[], required
  - `angle` object, required
    - `key` string, required
    - `name` string, required
    - `desc` string, required

## Other responses

- `404` — No puzzles to replay were found

---

[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/versions/1425db81eb3b/schema)
