List accessible puzzles or create a new puzzle.

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

{
    "count": 58731,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=5873",
    "results": [
        {
            "id": 2,
            "name": "Life and Death -01",
            "created": "2014-09-11T05:33:34.329186Z",
            "modified": "2026-04-08T23:13:32.304249Z"
        }
    ]
}