List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=modified&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=modified&page=5877",
    "results": [
        {
            "id": 1524,
            "name": "#18 my first semeai",
            "created": "2014-10-25T10:35:27.168432Z",
            "modified": "2026-05-09T08:52:19.020988Z"
        }
    ]
}