Skip to main content

Retrieve puzzle metadata

GET 

/api/v1/puzzles

Retrieves puzzle metadata based on specific criteria. Supports two mutually exclusive request types:

1. Specific Puzzle Request: Returns metadata for a single puzzle.

  • Requires series and id.

2. Time Range Request: Returns a list of puzzles within a given time range, sorted by publish time in descending order (newest first).

  • Requires series.
  • from and to define the time range (both must be in ISO 8601 format with a timezone offset).
  • limit and offset can be used for pagination.

Request

Responses

Successful response with puzzle metadata