List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-created&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=-created&page=5871",
    "results": [
        {
            "id": 5,
            "name": "Easy, #001",
            "created": "2014-09-11T06:50:36.005999Z",
            "modified": "2026-04-07T18:13:08.466664Z"
        },
        {
            "id": 4,
            "name": "Common corner shape",
            "created": "2014-09-11T06:15:26.866135Z",
            "modified": "2026-03-31T17:48:30.598547Z"
        },
        {
            "id": 3,
            "name": "Problem 2",
            "created": "2014-09-11T05:58:58.800237Z",
            "modified": "2026-03-31T17:48:29.400089Z"
        },
        {
            "id": 2,
            "name": "Life and Death -01",
            "created": "2014-09-11T05:33:34.329186Z",
            "modified": "2026-04-05T14:03:44.905328Z"
        }
    ]
}