List accessible puzzles or create a new puzzle.

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

{
    "count": 58714,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5871",
    "results": [
        {
            "id": 2633,
            "name": "Exercise 005",
            "created": "2015-06-18T04:43:35.494557Z",
            "modified": "2026-04-07T18:42:32.598732Z"
        },
        {
            "id": 2625,
            "name": "Exercise 001",
            "created": "2015-06-18T03:51:23.090817Z",
            "modified": "2026-04-07T18:43:30.258397Z"
        },
        {
            "id": 93756,
            "name": "30級 練習",
            "created": "2025-05-07T07:22:50.386633Z",
            "modified": "2026-04-07T18:44:14.631830Z"
        },
        {
            "id": 2920,
            "name": "Exercise 050 - solution",
            "created": "2015-09-02T15:48:25.641871Z",
            "modified": "2026-04-07T18:45:17.971008Z"
        }
    ]
}