List accessible puzzles or create a new puzzle.

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

{
    "count": 58790,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=1002",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=1000",
    "results": [
        {
            "id": 80346,
            "name": "tesuji 46",
            "created": "2024-03-27T02:27:28.390463Z",
            "modified": "2026-05-26T04:09:18.818711Z"
        },
        {
            "id": 80342,
            "name": "tesuji 45",
            "created": "2024-03-27T01:06:26.633386Z",
            "modified": "2026-05-26T04:09:17.935094Z"
        },
        {
            "id": 80341,
            "name": "tesuji 44",
            "created": "2024-03-27T01:02:19.985458Z",
            "modified": "2026-05-20T22:33:01.328135Z"
        },
        {
            "id": 80340,
            "name": "tesuji 43",
            "created": "2024-03-27T00:58:48.688838Z",
            "modified": "2026-05-20T22:33:00.835328Z"
        },
        {
            "id": 80339,
            "name": "tesuji 42",
            "created": "2024-03-26T20:22:31.196357Z",
            "modified": "2026-05-22T08:13:12.795538Z"
        },
        {
            "id": 80338,
            "name": "tesuji 41",
            "created": "2024-03-26T19:56:33.214646Z",
            "modified": "2026-05-22T08:13:11.587527Z"
        },
        {
            "id": 80337,
            "name": "Tesuji 40",
            "created": "2024-03-26T19:50:00.670305Z",
            "modified": "2026-05-20T08:38:54.518018Z"
        },
        {
            "id": 80336,
            "name": "tesuji 39",
            "created": "2024-03-26T19:39:06.072550Z",
            "modified": "2026-05-20T08:37:59.184856Z"
        },
        {
            "id": 80335,
            "name": "tesuji 38",
            "created": "2024-03-26T19:26:05.031373Z",
            "modified": "2026-05-20T08:36:02.730388Z"
        },
        {
            "id": 80334,
            "name": "tesuji 37",
            "created": "2024-03-26T19:22:15.825228Z",
            "modified": "2026-05-23T21:47:18.079490Z"
        }
    ]
}