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": 54823,
            "name": "🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔",
            "created": "2022-04-12T00:41:23.191484Z",
            "modified": "2026-04-20T13:40:26.611353Z"
        }
    ]
}