org.lichess.puzzle.getRandom

pds.dad

{
  "id": "org.lichess.puzzle.getRandom",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "PuzzleNotFound",
          "description": "No puzzle matches the given rating and/or theme filters."
        }
      ],
      "output": {
        "schema": {
          "ref": "org.lichess.puzzle.defs#puzzleView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "rating": {
            "type": "integer",
            "minimum": 0,
            "description": "a target Glicko-2 rating; a random puzzle whose rating is within 100 of this value is returned. When omitted, rating is not filtered."
          },
          "themes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "restrict the result to puzzles matching at least one of these themes (e.g. \"fork\", \"endgame\"). When omitted, themes are not filtered."
          }
        }
      },
      "description": "Get a random chess puzzle. Optionally filter by a target rating (a random puzzle within 100 of it is returned) and/or themes (matching at least one). With no parameters, returns a truly random puzzle from the dataset with no filtering."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.lichess.puzzle.getRandom

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rnpkyqnmsw4ipey6eotbdnnf
CID
bafyreidnnqxmvbwrtrsmpq5lfrot7pv2efnckhavn5lvondgdpc2gvciyi
Indexed At
2026-07-26 20:13 UTC
AT-URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/com.atproto.lexicon.schema/org.lichess.puzzle.getRandom

Referenced Schemas (1)

  • org.lichess.puzzle.defs#puzzleView

Lexicon Garden

@