List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=id&page=360
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=id&page=361",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=359",
    "results": [
        {
            "id": 6468,
            "name": "Semeai 3",
            "created": "2016-11-18T09:47:45.052849Z",
            "modified": "2026-04-29T07:57:42.949015Z"
        },
        {
            "id": 6469,
            "name": "S'échapper 3",
            "created": "2016-11-18T09:50:40.990784Z",
            "modified": "2026-04-29T07:57:43.297110Z"
        },
        {
            "id": 6470,
            "name": "Double atari 2",
            "created": "2016-11-18T09:53:20.119378Z",
            "modified": "2026-04-29T07:57:43.980292Z"
        },
        {
            "id": 6471,
            "name": "Double atari 3",
            "created": "2016-11-18T09:55:37.045081Z",
            "modified": "2026-04-29T07:57:44.649258Z"
        },
        {
            "id": 6472,
            "name": "Practice to kill your opponents",
            "created": "2016-11-19T23:11:28.895729Z",
            "modified": "2026-03-31T19:17:34.711301Z"
        },
        {
            "id": 6473,
            "name": "Practice to break into your opponents ground and kill them.",
            "created": "2016-11-19T23:24:06.099875Z",
            "modified": "2026-03-31T19:17:35.930174Z"
        },
        {
            "id": 6474,
            "name": "DD001 three point eye space",
            "created": "2016-11-20T16:13:36.991794Z",
            "modified": "2026-04-29T10:21:02.184392Z"
        },
        {
            "id": 6475,
            "name": "DD002 bent three point eye space",
            "created": "2016-11-20T16:20:19.897240Z",
            "modified": "2026-04-29T10:21:02.560445Z"
        },
        {
            "id": 6476,
            "name": "DD003 kill with a three stone shape",
            "created": "2016-11-20T16:32:10.656195Z",
            "modified": "2026-04-29T10:21:03.286759Z"
        },
        {
            "id": 6477,
            "name": "DD004 make three eyes with one move",
            "created": "2016-11-20T17:20:36.978263Z",
            "modified": "2026-04-29T10:21:03.213361Z"
        }
    ]
}