List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=321
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=322",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=320",
    "results": [
        {
            "id": 5927,
            "name": "Chapter 6.5",
            "created": "2016-04-10T19:32:34.573848Z",
            "modified": "2026-04-27T00:14:49.038251Z"
        },
        {
            "id": 5928,
            "name": "Chapter 6.6",
            "created": "2016-04-10T19:34:27.394199Z",
            "modified": "2026-04-26T12:19:14.993165Z"
        },
        {
            "id": 5929,
            "name": "Chapter 6.7",
            "created": "2016-04-10T19:36:11.805592Z",
            "modified": "2026-04-17T03:10:09.238609Z"
        },
        {
            "id": 5930,
            "name": "Chapter 6.8",
            "created": "2016-04-10T19:50:08.050095Z",
            "modified": "2026-04-23T11:56:03.947590Z"
        },
        {
            "id": 5931,
            "name": "Chapter 6.9",
            "created": "2016-04-10T19:53:24.648656Z",
            "modified": "2026-04-17T03:10:10.126149Z"
        },
        {
            "id": 5932,
            "name": "Chapter 6.10",
            "created": "2016-04-10T19:55:26.003398Z",
            "modified": "2026-04-17T03:10:10.679101Z"
        },
        {
            "id": 5933,
            "name": "Chapter 6.11",
            "created": "2016-04-10T19:59:35.624749Z",
            "modified": "2026-04-17T03:10:11.007795Z"
        },
        {
            "id": 5934,
            "name": "Chapter 6.12",
            "created": "2016-04-10T20:02:13.509961Z",
            "modified": "2026-04-19T03:12:53.208144Z"
        },
        {
            "id": 5935,
            "name": "Chapter 6.13",
            "created": "2016-04-10T20:53:54.032892Z",
            "modified": "2026-04-17T03:10:11.892433Z"
        },
        {
            "id": 5936,
            "name": "Chapter 6.14",
            "created": "2016-04-10T20:55:07.875235Z",
            "modified": "2026-04-17T03:10:12.478636Z"
        }
    ]
}