List accessible puzzles or create a new puzzle.

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

{
    "count": 58771,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5000",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=4998",
    "results": [
        {
            "id": 21292,
            "name": "Sacrifice some stone1",
            "created": "2020-10-04T17:34:18.744061Z",
            "modified": "2026-05-09T23:36:02.225038Z"
        },
        {
            "id": 21337,
            "name": "Prepare for capture",
            "created": "2020-10-05T15:56:03.534199Z",
            "modified": "2026-05-09T23:36:03.093179Z"
        },
        {
            "id": 337,
            "name": "Problem 45",
            "created": "2014-09-30T04:08:17.015089Z",
            "modified": "2026-05-09T23:36:03.893331Z"
        },
        {
            "id": 21368,
            "name": "1-1-1-1-1",
            "created": "2020-10-06T07:58:13.545992Z",
            "modified": "2026-05-09T23:36:03.953348Z"
        },
        {
            "id": 21378,
            "name": "partner move",
            "created": "2020-10-06T14:38:13.504674Z",
            "modified": "2026-05-09T23:36:05.114882Z"
        },
        {
            "id": 21389,
            "name": "Captura facil",
            "created": "2020-10-07T14:21:25.313501Z",
            "modified": "2026-05-09T23:36:05.956026Z"
        },
        {
            "id": 21712,
            "name": "jjukuiiii;op",
            "created": "2020-10-17T08:05:34.852165Z",
            "modified": "2026-05-09T23:36:06.792221Z"
        },
        {
            "id": 22130,
            "name": "Puzzle 1",
            "created": "2020-10-27T08:09:08.769462Z",
            "modified": "2026-05-09T23:36:07.640960Z"
        },
        {
            "id": 22174,
            "name": "発揚論分解手筋2",
            "created": "2020-10-27T11:56:23.722918Z",
            "modified": "2026-05-09T23:36:08.486187Z"
        },
        {
            "id": 22657,
            "name": "Capturing Stones",
            "created": "2020-11-01T12:39:28.822934Z",
            "modified": "2026-05-09T23:36:09.303287Z"
        }
    ]
}