List accessible puzzles or create a new puzzle.

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

{
    "count": 58764,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5876",
    "results": [
        {
            "id": 53393,
            "name": "question 9",
            "created": "2022-03-26T05:30:29.778128Z",
            "modified": "2026-04-28T03:02:50.691528Z"
        },
        {
            "id": 819,
            "name": "159 - 539",
            "created": "2014-10-09T21:14:16.914892Z",
            "modified": "2026-04-28T03:04:48.053303Z"
        },
        {
            "id": 2629,
            "name": "Exercise 003",
            "created": "2015-06-18T04:19:00.802596Z",
            "modified": "2026-04-28T03:06:24.848413Z"
        },
        {
            "id": 2625,
            "name": "Exercise 001",
            "created": "2015-06-18T03:51:23.090817Z",
            "modified": "2026-04-28T03:06:42.555993Z"
        }
    ]
}