List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-name&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=-name&page=5877",
    "results": [
        {
            "id": 45406,
            "name": "!! The Test !!",
            "created": "2021-12-24T09:03:22.392823Z",
            "modified": "2026-04-01T01:00:12.217928Z"
        }
    ]
}