List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-name&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=-name&page=5878",
    "results": [
        {
            "id": 24734,
            "name": "!8:1-1",
            "created": "2020-12-25T09:49:42.606332Z",
            "modified": "2026-05-17T08:37:48.295577Z"
        },
        {
            "id": 45406,
            "name": "!! The Test !!",
            "created": "2021-12-24T09:03:22.392823Z",
            "modified": "2026-05-10T01:49:04.547185Z"
        }
    ]
}