List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&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=created&page=5878",
    "results": [
        {
            "id": 104461,
            "name": "18/5/26",
            "created": "2026-05-18T23:19:41.649295Z",
            "modified": "2026-05-18T23:19:56.902112Z"
        },
        {
            "id": 104462,
            "name": "18/5/26",
            "created": "2026-05-18T23:22:23.160408Z",
            "modified": "2026-05-18T23:22:44.326481Z"
        }
    ]
}