List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=id&page=346
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=id&page=347",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=345",
    "results": [
        {
            "id": 6255,
            "name": "Black first",
            "created": "2016-07-02T20:05:47.129456Z",
            "modified": "2026-03-31T19:14:12.242556Z"
        },
        {
            "id": 6256,
            "name": "White first",
            "created": "2016-07-02T20:11:44.651852Z",
            "modified": "2026-03-31T19:14:13.524270Z"
        },
        {
            "id": 6257,
            "name": "Black first to move",
            "created": "2016-07-02T20:24:00.205170Z",
            "modified": "2026-04-16T12:00:57.405801Z"
        },
        {
            "id": 6258,
            "name": "White first to play and a kill",
            "created": "2016-07-02T20:40:30.728992Z",
            "modified": "2026-03-31T19:14:16.574544Z"
        },
        {
            "id": 6259,
            "name": "Black first",
            "created": "2016-07-02T20:49:38.241269Z",
            "modified": "2026-03-31T19:14:17.796051Z"
        },
        {
            "id": 6262,
            "name": "Question 2/105",
            "created": "2016-07-04T10:08:47.073355Z",
            "modified": "2026-03-31T19:14:19.946120Z"
        },
        {
            "id": 6263,
            "name": "Question 3/105",
            "created": "2016-07-04T10:11:20.099094Z",
            "modified": "2026-03-31T19:14:21.257158Z"
        },
        {
            "id": 6264,
            "name": "Question 4/105",
            "created": "2016-07-04T10:13:48.848272Z",
            "modified": "2026-03-31T19:14:22.769520Z"
        },
        {
            "id": 6265,
            "name": "Question 5/105",
            "created": "2016-07-04T10:20:25.061171Z",
            "modified": "2026-03-31T19:14:24.042392Z"
        },
        {
            "id": 6266,
            "name": "Question 6/105",
            "created": "2016-07-04T10:27:32.121177Z",
            "modified": "2026-03-31T19:14:25.410565Z"
        }
    ]
}