List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-name&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=-name&page=5871",
    "results": [
        {
            "id": 27271,
            "name": ":::::::::::::",
            "created": "2021-02-03T17:45:43.482700Z",
            "modified": "2026-03-31T23:23:39.369154Z"
        },
        {
            "id": 23602,
            "name": ";;;;;;;;;;;;;;;;;",
            "created": "2020-11-19T18:14:27.145533Z",
            "modified": "2026-03-31T23:11:23.746138Z"
        },
        {
            "id": 14696,
            "name": "------",
            "created": "2019-08-16T09:41:07.696839Z",
            "modified": "2026-03-31T22:23:37.167033Z"
        },
        {
            "id": 21110,
            "name": "````````````````````````````````````",
            "created": "2020-09-26T09:50:22.198823Z",
            "modified": "2026-03-31T23:02:17.763867Z"
        }
    ]
}