List accessible puzzles or create a new puzzle.

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

{
    "count": 58740,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5679",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5677",
    "results": [
        {
            "id": 15099,
            "name": "boca de tigre 6",
            "created": "2019-09-17T22:04:19.322949Z",
            "modified": "2026-04-17T03:17:07.488816Z"
        },
        {
            "id": 15100,
            "name": "boca de tigre 7",
            "created": "2019-09-17T22:09:44.313666Z",
            "modified": "2026-04-17T03:17:07.847521Z"
        },
        {
            "id": 15101,
            "name": "boca de tigre 8",
            "created": "2019-09-17T22:11:24.865502Z",
            "modified": "2026-04-17T03:17:08.250942Z"
        },
        {
            "id": 15102,
            "name": "boca de tigre 9",
            "created": "2019-09-17T22:13:15.898185Z",
            "modified": "2026-04-17T03:17:08.561729Z"
        },
        {
            "id": 15103,
            "name": "boca de tigre 10",
            "created": "2019-09-17T22:16:39.999030Z",
            "modified": "2026-04-17T03:17:08.966812Z"
        },
        {
            "id": 15104,
            "name": "boca de tigre 11",
            "created": "2019-09-17T22:18:18.107282Z",
            "modified": "2026-04-17T03:17:09.273475Z"
        },
        {
            "id": 15105,
            "name": "boca de tigre 12",
            "created": "2019-09-17T22:19:40.351196Z",
            "modified": "2026-04-17T03:17:09.675371Z"
        },
        {
            "id": 15107,
            "name": "doble boca de tigre 1",
            "created": "2019-09-18T02:32:40.882762Z",
            "modified": "2026-04-17T03:17:10.082673Z"
        },
        {
            "id": 15108,
            "name": "doble boca de tigre 2",
            "created": "2019-09-18T02:34:00.614758Z",
            "modified": "2026-04-17T03:17:10.384882Z"
        },
        {
            "id": 15109,
            "name": "doble boca de tigre 3",
            "created": "2019-09-18T02:35:49.213488Z",
            "modified": "2026-04-17T03:17:10.798117Z"
        }
    ]
}