List accessible puzzles or create a new puzzle.

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

{
    "count": 58765,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=334",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=332",
    "results": [
        {
            "id": 36761,
            "name": "Example 10.3.2 - Reducing eyespace",
            "created": "2021-08-16T18:07:11.972756Z",
            "modified": "2026-03-30T10:29:01.839023Z"
        },
        {
            "id": 36771,
            "name": "Example 10.3.3 - Breaking eyes",
            "created": "2021-08-16T18:12:11.396211Z",
            "modified": "2026-03-30T10:29:02.606199Z"
        },
        {
            "id": 36786,
            "name": "관자보(官子谱) 1번문제",
            "created": "2021-08-17T09:46:08.119551Z",
            "modified": "2026-03-30T10:29:03.332293Z"
        },
        {
            "id": 36836,
            "name": "kill White",
            "created": "2021-08-18T08:05:53.039765Z",
            "modified": "2026-03-30T10:30:04.086940Z"
        },
        {
            "id": 36890,
            "name": "두칸낮은 협공 1",
            "created": "2021-08-18T23:37:48.128641Z",
            "modified": "2026-03-30T10:30:05.769367Z"
        },
        {
            "id": 36891,
            "name": "두칸 낮은협공 2",
            "created": "2021-08-18T23:42:59.618568Z",
            "modified": "2026-03-30T10:30:05.798006Z"
        },
        {
            "id": 36951,
            "name": "The nothinger nothing",
            "created": "2021-08-19T16:28:31.071294Z",
            "modified": "2026-03-30T10:31:10.485273Z"
        },
        {
            "id": 36952,
            "name": "두칸낮은 협공 3",
            "created": "2021-08-20T00:53:00.708352Z",
            "modified": "2026-03-30T10:31:10.529242Z"
        },
        {
            "id": 36954,
            "name": "두칸낮은 협공 5",
            "created": "2021-08-20T01:03:19.166829Z",
            "modified": "2026-03-30T10:31:10.533691Z"
        },
        {
            "id": 36953,
            "name": "두칸낮은 협공 4",
            "created": "2021-08-20T00:57:03.220483Z",
            "modified": "2026-03-30T10:31:10.542270Z"
        }
    ]
}