List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-modified&page=404
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=-modified&page=405",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=403",
    "results": [
        {
            "id": 53424,
            "name": "question 1",
            "created": "2022-03-26T06:30:28.339983Z",
            "modified": "2026-05-01T15:21:28.928129Z"
        },
        {
            "id": 8368,
            "name": "Opening Problem 7",
            "created": "2017-08-07T20:21:04.079186Z",
            "modified": "2026-05-01T15:20:53.731019Z"
        },
        {
            "id": 60352,
            "name": "question 3 P",
            "created": "2022-07-05T15:14:32.920247Z",
            "modified": "2026-05-01T15:20:31.464762Z"
        },
        {
            "id": 54308,
            "name": "星無憂角 Star with knight move enclosure",
            "created": "2022-04-03T14:17:24.445243Z",
            "modified": "2026-05-01T15:20:25.469193Z"
        },
        {
            "id": 60353,
            "name": "question 4 四門斗底勢 Silence",
            "created": "2022-07-05T15:17:14.402533Z",
            "modified": "2026-05-01T15:20:14.415699Z"
        },
        {
            "id": 54307,
            "name": "迷你中國流 Mini-Chinese opening",
            "created": "2022-04-03T14:08:37.415778Z",
            "modified": "2026-05-01T15:19:45.112980Z"
        },
        {
            "id": 54306,
            "name": "中國流 Chinese opening",
            "created": "2022-04-03T14:03:37.035449Z",
            "modified": "2026-05-01T15:18:56.648242Z"
        },
        {
            "id": 53413,
            "name": "question 3",
            "created": "2022-03-26T06:17:35.888298Z",
            "modified": "2026-05-01T15:18:46.401711Z"
        },
        {
            "id": 53412,
            "name": "question 2",
            "created": "2022-03-26T06:16:30.453543Z",
            "modified": "2026-05-01T15:18:37.506499Z"
        },
        {
            "id": 8367,
            "name": "Opening Problem 6",
            "created": "2017-08-07T20:03:16.169131Z",
            "modified": "2026-05-01T15:18:24.812410Z"
        }
    ]
}