List accessible puzzles or create a new puzzle.

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

{
    "count": 58741,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=5874",
    "results": [
        {
            "id": 2650,
            "name": "Exercise 012",
            "created": "2015-06-24T04:30:12.932827Z",
            "modified": "2026-04-19T09:38:24.806486Z"
        }
    ]
}