List accessible puzzles or create a new puzzle.

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

{
    "count": 58777,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=9",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=7",
    "results": [
        {
            "id": 36399,
            "name": "初级对杀题#9",
            "created": "2021-08-15T06:18:48.236698Z",
            "modified": "2026-02-15T19:43:23.079961Z"
        },
        {
            "id": 36400,
            "name": "初级对杀题#10",
            "created": "2021-08-15T06:19:34.116601Z",
            "modified": "2026-02-15T19:43:24.195619Z"
        },
        {
            "id": 36435,
            "name": "Problem 32:5",
            "created": "2021-08-15T07:04:21.801866Z",
            "modified": "2026-02-15T19:43:34.975074Z"
        },
        {
            "id": 36441,
            "name": "Problem 33:3",
            "created": "2021-08-15T07:05:30.004256Z",
            "modified": "2026-02-15T19:43:37.991047Z"
        },
        {
            "id": 36445,
            "name": "Problem 34:1",
            "created": "2021-08-15T07:07:00.817356Z",
            "modified": "2026-02-15T19:43:41.574753Z"
        },
        {
            "id": 36716,
            "name": "Example 9.1.2 - Naturally sacrificing",
            "created": "2021-08-16T15:05:20.526467Z",
            "modified": "2026-02-15T19:44:13.686845Z"
        },
        {
            "id": 36718,
            "name": "Example 9.1.3 - Naturally sacrificing",
            "created": "2021-08-16T15:08:16.815144Z",
            "modified": "2026-02-15T19:44:15.663536Z"
        },
        {
            "id": 36720,
            "name": "Example 9.2.1 - Sacrifice for sente",
            "created": "2021-08-16T15:09:58.543472Z",
            "modified": "2026-02-15T19:44:17.431688Z"
        },
        {
            "id": 36722,
            "name": "Example 9.2.2 - Sacrifice for sente",
            "created": "2021-08-16T15:13:14.124328Z",
            "modified": "2026-02-15T19:44:19.496394Z"
        },
        {
            "id": 36723,
            "name": "หมากดำจับกินหมากขาวสามเหลี่ยม",
            "created": "2021-08-16T15:14:44.252965Z",
            "modified": "2026-02-15T19:44:20.552889Z"
        }
    ]
}