List accessible puzzles or create a new puzzle.

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

{
    "count": 58790,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=1011",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=1009",
    "results": [
        {
            "id": 13305,
            "name": "basic introduction",
            "created": "2018-09-21T22:22:04.904887Z",
            "modified": "2026-05-19T03:04:21.438069Z"
        },
        {
            "id": 13306,
            "name": "counting liberties",
            "created": "2018-09-21T22:25:20.011140Z",
            "modified": "2026-05-19T03:05:46.114321Z"
        },
        {
            "id": 13307,
            "name": "counting liberties2",
            "created": "2018-09-21T22:27:19.884946Z",
            "modified": "2026-03-31T21:57:40.563107Z"
        },
        {
            "id": 13308,
            "name": "hhhhhh",
            "created": "2018-09-21T23:14:05.113099Z",
            "modified": "2026-04-17T03:14:15.449994Z"
        },
        {
            "id": 13309,
            "name": "Lesson 1",
            "created": "2018-09-23T17:51:42.897999Z",
            "modified": "2026-04-16T22:54:19.380971Z"
        },
        {
            "id": 13310,
            "name": "Level 1",
            "created": "2018-09-23T17:54:48.267472Z",
            "modified": "2026-04-16T22:54:19.694049Z"
        },
        {
            "id": 13311,
            "name": "Lesson 2",
            "created": "2018-09-23T18:00:28.786175Z",
            "modified": "2026-04-16T22:54:20.100703Z"
        },
        {
            "id": 13312,
            "name": "Level 2",
            "created": "2018-09-23T18:02:00.978695Z",
            "modified": "2026-04-16T22:54:20.419683Z"
        },
        {
            "id": 13313,
            "name": "Go to the next level",
            "created": "2018-09-23T18:15:48.438768Z",
            "modified": "2026-03-31T21:57:48.854433Z"
        },
        {
            "id": 13314,
            "name": "Lesson 3",
            "created": "2018-09-23T18:18:02.736918Z",
            "modified": "2026-03-31T21:57:50.041050Z"
        }
    ]
}