List accessible puzzles or create a new puzzle.

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

{
    "count": 58714,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=5871",
    "results": [
        {
            "id": 34682,
            "name": "50:1-3",
            "created": "2021-07-28T08:52:41.949048Z",
            "modified": "2026-02-15T19:30:48.191142Z"
        },
        {
            "id": 34680,
            "name": "50:1-1",
            "created": "2021-07-28T08:48:13.649622Z",
            "modified": "2026-02-15T19:30:46.367353Z"
        },
        {
            "id": 34598,
            "name": "46:4-E",
            "created": "2021-07-27T08:17:40.691358Z",
            "modified": "2026-02-15T19:29:49.151540Z"
        },
        {
            "id": 34597,
            "name": "46:4-D",
            "created": "2021-07-27T08:15:39.649936Z",
            "modified": "2026-02-15T19:29:48.168590Z"
        }
    ]
}