List accessible puzzles or create a new puzzle.

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

{
    "count": 58771,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5877",
    "results": [
        {
            "id": 2,
            "name": "Life and Death -01",
            "created": "2014-09-11T05:33:34.329186Z",
            "modified": "2026-05-08T10:14:58.090945Z"
        }
    ]
}