List accessible puzzles or create a new puzzle.

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

{
    "count": 58783,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=21",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=19",
    "results": [
        {
            "id": 47467,
            "name": "Diagram [5798]",
            "created": "2022-01-28T09:10:22.890839Z",
            "modified": "2026-02-15T20:31:57.139027Z"
        },
        {
            "id": 47470,
            "name": "Diagram [5800]",
            "created": "2022-01-28T09:14:13.273917Z",
            "modified": "2026-02-15T20:32:00.222232Z"
        },
        {
            "id": 47545,
            "name": "Diagram [5830]",
            "created": "2022-01-29T12:40:38.033972Z",
            "modified": "2026-02-15T20:33:16.866142Z"
        },
        {
            "id": 47553,
            "name": "Diagram [5839]",
            "created": "2022-01-29T12:53:23.712109Z",
            "modified": "2026-02-15T20:33:25.262082Z"
        },
        {
            "id": 47582,
            "name": "Diagram [5848]",
            "created": "2022-01-30T08:04:34.393141Z",
            "modified": "2026-02-15T20:33:36.856768Z"
        },
        {
            "id": 47583,
            "name": "Diagram [5849]",
            "created": "2022-01-30T08:06:53.949738Z",
            "modified": "2026-02-15T20:33:37.889225Z"
        },
        {
            "id": 47584,
            "name": "Diagram [5850]",
            "created": "2022-01-30T08:09:09.287619Z",
            "modified": "2026-02-15T20:33:38.714129Z"
        },
        {
            "id": 47774,
            "name": "Diagram [5894]",
            "created": "2022-01-31T08:49:02.723569Z",
            "modified": "2026-02-15T20:36:39.271100Z"
        },
        {
            "id": 47893,
            "name": "Diagram [5930]",
            "created": "2022-02-01T09:28:38.073031Z",
            "modified": "2026-02-15T20:38:06.885940Z"
        },
        {
            "id": 47897,
            "name": "Diagram [5934]",
            "created": "2022-02-01T09:35:40.454142Z",
            "modified": "2026-02-15T20:38:10.793597Z"
        }
    ]
}