List accessible puzzles or create a new puzzle.

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

{
    "count": 58707,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=12",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=10",
    "results": [
        {
            "id": 36007,
            "name": "Example 8.2.13 - Unexpected connection",
            "created": "2021-08-10T17:08:22.931982Z",
            "modified": "2026-02-15T19:39:38.648153Z"
        },
        {
            "id": 36067,
            "name": "Problem 17-5",
            "created": "2021-08-11T08:45:58.151616Z",
            "modified": "2026-02-15T19:40:43.432717Z"
        },
        {
            "id": 36069,
            "name": "Problem  18-1",
            "created": "2021-08-11T09:25:39.699888Z",
            "modified": "2026-02-15T19:40:45.240047Z"
        },
        {
            "id": 36072,
            "name": "Problem  18-3",
            "created": "2021-08-11T09:32:57.864030Z",
            "modified": "2026-02-15T19:40:47.398587Z"
        },
        {
            "id": 36073,
            "name": "Problem  18-4",
            "created": "2021-08-11T09:34:07.020478Z",
            "modified": "2026-02-15T19:40:48.408149Z"
        },
        {
            "id": 36074,
            "name": "Problem 18-5",
            "created": "2021-08-11T09:36:00.642114Z",
            "modified": "2026-02-15T19:40:49.239204Z"
        },
        {
            "id": 36082,
            "name": "사각형의 바람개비",
            "created": "2021-08-12T01:39:40.755926Z",
            "modified": "2026-02-15T19:40:50.067347Z"
        },
        {
            "id": 36104,
            "name": "Diagram [958]",
            "created": "2021-08-12T06:48:35.539768Z",
            "modified": "2026-02-15T19:40:50.973863Z"
        },
        {
            "id": 36106,
            "name": "Diagram [959]",
            "created": "2021-08-12T06:50:57.849561Z",
            "modified": "2026-02-15T19:40:52.135799Z"
        },
        {
            "id": 36113,
            "name": "Diagram [963]",
            "created": "2021-08-12T07:02:22.782585Z",
            "modified": "2026-02-15T19:40:55.967339Z"
        }
    ]
}