List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-id&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=-id&page=21",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=19",
    "results": [
        {
            "id": 103023,
            "name": "A-1f71e5b9fb-01",
            "created": "2026-02-09T03:43:09.588898Z",
            "modified": "2026-05-19T08:57:44.821490Z"
        },
        {
            "id": 103022,
            "name": "A-80c0f97e51",
            "created": "2026-02-09T03:36:08.396441Z",
            "modified": "2026-05-19T08:57:44.468131Z"
        },
        {
            "id": 103021,
            "name": "A-83850d4095",
            "created": "2026-02-09T03:21:37.987386Z",
            "modified": "2026-04-11T03:43:08.024349Z"
        },
        {
            "id": 103020,
            "name": "26.2.8(2)",
            "created": "2026-02-09T03:07:34.689865Z",
            "modified": "2026-04-15T11:05:17.321154Z"
        },
        {
            "id": 103018,
            "name": "Connecting stones 108",
            "created": "2026-02-08T18:20:42.108069Z",
            "modified": "2026-05-21T04:39:54.443016Z"
        },
        {
            "id": 103017,
            "name": "Connecting stones 107",
            "created": "2026-02-08T18:18:52.578306Z",
            "modified": "2026-05-21T04:39:53.868626Z"
        },
        {
            "id": 103016,
            "name": "Connecting stones 106",
            "created": "2026-02-08T18:16:00.600143Z",
            "modified": "2026-05-10T17:08:59.750842Z"
        },
        {
            "id": 103015,
            "name": "Connecting stones 105",
            "created": "2026-02-08T18:12:50.082521Z",
            "modified": "2026-05-10T17:08:58.154986Z"
        },
        {
            "id": 103014,
            "name": "Connecting stones 104",
            "created": "2026-02-08T18:09:47.746015Z",
            "modified": "2026-05-10T04:19:01.721321Z"
        },
        {
            "id": 103013,
            "name": "Connecting stones 103",
            "created": "2026-02-08T18:06:55.282985Z",
            "modified": "2026-05-05T22:22:27.900412Z"
        }
    ]
}