List accessible puzzles or create a new puzzle.

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

{
    "count": 58764,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5876",
    "results": [
        {
            "id": 104340,
            "name": "27/4/26",
            "created": "2026-04-28T01:45:59.530915Z",
            "modified": "2026-04-28T02:57:35.549401Z"
        },
        {
            "id": 104341,
            "name": "27/4/26",
            "created": "2026-04-28T01:55:13.081927Z",
            "modified": "2026-04-28T02:58:22.799193Z"
        },
        {
            "id": 104342,
            "name": "27/4/26",
            "created": "2026-04-28T02:03:41.608184Z",
            "modified": "2026-04-28T02:59:03.133833Z"
        },
        {
            "id": 104343,
            "name": "27/4/26",
            "created": "2026-04-28T02:05:58.146797Z",
            "modified": "2026-04-28T02:57:28.291893Z"
        }
    ]
}