List accessible puzzles or create a new puzzle.

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

{
    "count": 58740,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5382",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5380",
    "results": [
        {
            "id": 7910,
            "name": "problem 027",
            "created": "2017-05-26T18:10:47.562163Z",
            "modified": "2026-03-31T19:49:23.168674Z"
        },
        {
            "id": 7909,
            "name": "problem 786",
            "created": "2017-05-26T17:46:58.922485Z",
            "modified": "2026-03-31T19:49:21.706289Z"
        },
        {
            "id": 7908,
            "name": "problem 785",
            "created": "2017-05-26T17:44:53.525425Z",
            "modified": "2026-03-31T19:49:19.988991Z"
        },
        {
            "id": 7907,
            "name": "problem 784",
            "created": "2017-05-26T17:34:00.541561Z",
            "modified": "2026-03-31T19:49:18.262687Z"
        },
        {
            "id": 7906,
            "name": "problem 783",
            "created": "2017-05-26T17:33:06.277277Z",
            "modified": "2026-04-03T19:18:27.426957Z"
        },
        {
            "id": 7905,
            "name": "Reverse Monkey Jump 3",
            "created": "2017-05-26T14:20:35.927849Z",
            "modified": "2026-03-31T19:49:15.095955Z"
        },
        {
            "id": 7904,
            "name": "Reverse Monkey Jump 2",
            "created": "2017-05-26T14:08:45.341025Z",
            "modified": "2026-03-31T19:49:13.874658Z"
        },
        {
            "id": 7903,
            "name": "Reverse Monkey Jump",
            "created": "2017-05-26T13:49:26.397136Z",
            "modified": "2026-03-31T19:49:12.339601Z"
        },
        {
            "id": 7902,
            "name": "Monkey jump 4",
            "created": "2017-05-26T12:55:15.088316Z",
            "modified": "2026-03-31T19:49:10.988846Z"
        },
        {
            "id": 7901,
            "name": "Monkey jump 3",
            "created": "2017-05-26T12:36:47.743632Z",
            "modified": "2026-03-31T19:49:09.673099Z"
        }
    ]
}