List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=5160
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=5161",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5159",
    "results": [
        {
            "id": 89065,
            "name": "Direct Cut 3",
            "created": "2024-12-02T20:43:58.635189Z",
            "modified": "2026-03-31T15:19:27.546246Z"
        },
        {
            "id": 89066,
            "name": "Direct Cut 4",
            "created": "2024-12-02T20:44:18.177741Z",
            "modified": "2026-03-31T15:20:12.724227Z"
        },
        {
            "id": 89067,
            "name": "Direct Cut 5",
            "created": "2024-12-02T20:45:29.268330Z",
            "modified": "2026-03-31T15:20:57.355553Z"
        },
        {
            "id": 89068,
            "name": "Direct Cut 6",
            "created": "2024-12-02T20:45:54.023238Z",
            "modified": "2026-03-31T15:21:39.562309Z"
        },
        {
            "id": 89069,
            "name": "Stabbing Cut 1",
            "created": "2024-12-02T20:46:41.072630Z",
            "modified": "2026-03-31T15:22:24.440705Z"
        },
        {
            "id": 89070,
            "name": "Stabbing Cut 2",
            "created": "2024-12-02T20:47:11.053817Z",
            "modified": "2026-03-31T15:23:12.627561Z"
        },
        {
            "id": 89071,
            "name": "Stabbing Cut 4",
            "created": "2024-12-02T20:47:31.310769Z",
            "modified": "2026-03-31T15:24:39.863004Z"
        },
        {
            "id": 89072,
            "name": "Stabbing Cut 3",
            "created": "2024-12-02T20:49:14.658123Z",
            "modified": "2026-03-31T15:23:55.704899Z"
        },
        {
            "id": 89073,
            "name": "Stabbing Cut 5",
            "created": "2024-12-02T20:49:55.085207Z",
            "modified": "2026-03-31T15:25:23.299017Z"
        },
        {
            "id": 89074,
            "name": "Stabbing Cut 6",
            "created": "2024-12-02T20:50:25.851419Z",
            "modified": "2026-03-31T15:26:08.436097Z"
        }
    ]
}