List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-modified&page=345
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=346",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=344",
    "results": [
        {
            "id": 26654,
            "name": "38:5-B3",
            "created": "2021-01-21T13:12:03.003122Z",
            "modified": "2026-04-29T10:27:18.450521Z"
        },
        {
            "id": 26652,
            "name": "38:5-B1",
            "created": "2021-01-21T13:10:27.997979Z",
            "modified": "2026-04-29T10:27:17.948241Z"
        },
        {
            "id": 26650,
            "name": "38:5-A2",
            "created": "2021-01-21T13:08:33.298054Z",
            "modified": "2026-04-29T10:27:17.647556Z"
        },
        {
            "id": 26649,
            "name": "38:5-A1",
            "created": "2021-01-21T13:08:11.206921Z",
            "modified": "2026-04-29T10:27:16.525150Z"
        },
        {
            "id": 26647,
            "name": "38:4-B2",
            "created": "2021-01-21T13:05:37.355094Z",
            "modified": "2026-04-29T10:27:16.254027Z"
        },
        {
            "id": 26648,
            "name": "38:4-B3",
            "created": "2021-01-21T13:07:24.506355Z",
            "modified": "2026-04-29T10:27:16.196233Z"
        },
        {
            "id": 26646,
            "name": "38:4-B1",
            "created": "2021-01-21T13:04:54.826766Z",
            "modified": "2026-04-29T10:27:15.910609Z"
        },
        {
            "id": 26645,
            "name": "38:4-A3",
            "created": "2021-01-21T13:03:45.632419Z",
            "modified": "2026-04-29T10:27:14.768211Z"
        },
        {
            "id": 26641,
            "name": "38:3-B2",
            "created": "2021-01-21T13:01:09.932166Z",
            "modified": "2026-04-29T10:27:14.539757Z"
        },
        {
            "id": 26644,
            "name": "38:4-A2",
            "created": "2021-01-21T13:03:00.711495Z",
            "modified": "2026-04-29T10:27:14.422083Z"
        }
    ]
}