List accessible puzzles or create a new puzzle.

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

{
    "count": 58771,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5002",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5000",
    "results": [
        {
            "id": 10505,
            "name": "Problem 10",
            "created": "2018-07-20T22:17:40.841510Z",
            "modified": "2026-05-09T01:07:26.307712Z"
        },
        {
            "id": 66408,
            "name": "白先,死活题10",
            "created": "2022-12-15T02:28:10.129694Z",
            "modified": "2026-05-09T01:07:43.041629Z"
        },
        {
            "id": 66409,
            "name": "白先,死活题11",
            "created": "2022-12-15T02:45:17.620737Z",
            "modified": "2026-05-09T01:07:43.499041Z"
        },
        {
            "id": 71699,
            "name": "jc capturing 3",
            "created": "2023-05-15T13:13:39.340256Z",
            "modified": "2026-05-09T01:08:01.365817Z"
        },
        {
            "id": 79766,
            "name": "jc capturing 4",
            "created": "2024-02-28T04:13:33.115173Z",
            "modified": "2026-05-09T01:08:02.104945Z"
        },
        {
            "id": 101569,
            "name": "Puzzle 6.53.11",
            "created": "2026-01-02T11:32:56.008050Z",
            "modified": "2026-05-09T01:08:12.098393Z"
        },
        {
            "id": 101570,
            "name": "Puzzle 6.53.12",
            "created": "2026-01-02T11:34:04.181032Z",
            "modified": "2026-05-09T01:08:23.549557Z"
        },
        {
            "id": 24151,
            "name": "Tsumégo 91",
            "created": "2020-12-08T08:52:47.300996Z",
            "modified": "2026-05-09T01:08:31.777003Z"
        },
        {
            "id": 24292,
            "name": "Tsumégo 92",
            "created": "2020-12-14T18:15:31.101369Z",
            "modified": "2026-05-09T01:08:32.193061Z"
        },
        {
            "id": 101571,
            "name": "Puzzle 6.53.13",
            "created": "2026-01-02T11:35:35.382780Z",
            "modified": "2026-05-09T01:08:33.012161Z"
        }
    ]
}