List accessible puzzles or create a new puzzle.

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

{
    "count": 58765,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5224",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5222",
    "results": [
        {
            "id": 9683,
            "name": "Question 3",
            "created": "2018-04-21T15:31:18.553776Z",
            "modified": "2026-04-23T18:07:53.208679Z"
        },
        {
            "id": 9682,
            "name": "Question 2",
            "created": "2018-04-21T15:15:40.021063Z",
            "modified": "2026-04-23T18:07:29.911085Z"
        },
        {
            "id": 9681,
            "name": "Question 1",
            "created": "2018-04-21T15:02:56.172152Z",
            "modified": "2026-04-26T10:51:00.959141Z"
        },
        {
            "id": 9680,
            "name": "Jennica's Tsumego 75",
            "created": "2018-04-21T05:18:40.619435Z",
            "modified": "2026-04-08T09:54:41.011526Z"
        },
        {
            "id": 9679,
            "name": "Tsumego 19",
            "created": "2018-04-18T15:09:39.331634Z",
            "modified": "2026-04-21T13:29:54.149794Z"
        },
        {
            "id": 9677,
            "name": "Damé-zumari 7",
            "created": "2018-04-18T13:41:42.448751Z",
            "modified": "2026-04-05T09:48:51.713475Z"
        },
        {
            "id": 9676,
            "name": "Damé-zumari 7",
            "created": "2018-04-18T13:15:09.751389Z",
            "modified": "2026-04-18T02:08:41.921249Z"
        },
        {
            "id": 9674,
            "name": "Playing steps",
            "created": "2018-04-17T11:02:56.261837Z",
            "modified": "2026-03-31T20:25:58.967510Z"
        },
        {
            "id": 9673,
            "name": "Corner L&D",
            "created": "2018-04-16T17:22:23.057988Z",
            "modified": "2026-03-31T20:25:57.310673Z"
        },
        {
            "id": 9672,
            "name": "Puzzles for beginners",
            "created": "2018-04-16T10:17:23.908075Z",
            "modified": "2026-03-31T20:25:56.101827Z"
        }
    ]
}