List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=modified&page=10
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=11",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=9",
    "results": [
        {
            "id": 35997,
            "name": "Example 8.2.3 - Connecting under with clamp",
            "created": "2021-08-10T16:41:09.358139Z",
            "modified": "2026-02-15T19:39:28.256173Z"
        },
        {
            "id": 35998,
            "name": "Example 8.2.4 - Connecting under with clamp",
            "created": "2021-08-10T16:46:03.917982Z",
            "modified": "2026-02-15T19:39:29.167876Z"
        },
        {
            "id": 35999,
            "name": "Example 8.2.5 - Connecting under with knight",
            "created": "2021-08-10T16:50:36.057767Z",
            "modified": "2026-02-15T19:39:30.283831Z"
        },
        {
            "id": 36000,
            "name": "Example 8.2.6 - Connecting under with knight",
            "created": "2021-08-10T16:54:40.569386Z",
            "modified": "2026-02-15T19:39:31.313136Z"
        },
        {
            "id": 36001,
            "name": "Example 8.2.7 - Connecting under with jump",
            "created": "2021-08-10T16:56:07.409075Z",
            "modified": "2026-02-15T19:39:32.224996Z"
        },
        {
            "id": 36002,
            "name": "Example 8.2.8 - Connecting under with jump",
            "created": "2021-08-10T16:57:11.227379Z",
            "modified": "2026-02-15T19:39:33.336060Z"
        },
        {
            "id": 36003,
            "name": "Example 8.2.9 - Connecting under",
            "created": "2021-08-10T17:00:26.526316Z",
            "modified": "2026-02-15T19:39:34.404106Z"
        },
        {
            "id": 36004,
            "name": "Example 8.2.10 - Connecting under with attachment",
            "created": "2021-08-10T17:03:38.433500Z",
            "modified": "2026-02-15T19:39:35.402076Z"
        },
        {
            "id": 36005,
            "name": "Example 8.2.11 - Connecting under with attachment",
            "created": "2021-08-10T17:06:04.971164Z",
            "modified": "2026-02-15T19:39:36.581889Z"
        },
        {
            "id": 36006,
            "name": "Example 8.2.12 - Unexpected connection",
            "created": "2021-08-10T17:07:26.814682Z",
            "modified": "2026-02-15T19:39:37.598824Z"
        }
    ]
}