List accessible puzzles or create a new puzzle.

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

{
    "count": 58741,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&page=5874",
    "results": [
        {
            "id": 104150,
            "name": "Endgame ヨセ 1-38",
            "created": "2026-04-19T07:39:33.323385Z",
            "modified": "2026-04-19T09:36:59.203842Z"
        }
    ]
}