List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=modified&page=5879
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58782,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5878",
    "results": [
        {
            "id": 51662,
            "name": "Diagram [4521]",
            "created": "2022-03-11T09:09:56.495136Z",
            "modified": "2026-05-19T00:19:03.252241Z"
        },
        {
            "id": 28317,
            "name": "Question 11",
            "created": "2021-02-27T03:20:07.708548Z",
            "modified": "2026-05-19T00:19:06.873305Z"
        }
    ]
}