List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-name&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=-name&page=5873",
    "results": [
        {
            "id": 21110,
            "name": "````````````````````````````````````",
            "created": "2020-09-26T09:50:22.198823Z",
            "modified": "2026-03-31T23:02:17.763867Z"
        }
    ]
}