List accessible puzzles or create a new puzzle.

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

{
    "count": 58751,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5230",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5228",
    "results": [
        {
            "id": 9604,
            "name": "Puzzles for Beginners",
            "created": "2018-03-29T18:41:23.792626Z",
            "modified": "2026-03-31T20:24:17.114268Z"
        },
        {
            "id": 9603,
            "name": "Tésuji 1",
            "created": "2018-03-28T14:42:15.239959Z",
            "modified": "2026-04-24T02:46:36.534262Z"
        },
        {
            "id": 9602,
            "name": "Shichô 6",
            "created": "2018-03-28T13:55:58.476530Z",
            "modified": "2026-04-18T02:03:25.844074Z"
        },
        {
            "id": 9599,
            "name": "007 black to kill",
            "created": "2018-03-27T06:43:18.855527Z",
            "modified": "2026-03-31T20:24:12.572006Z"
        },
        {
            "id": 9598,
            "name": "Composition over inheritance",
            "created": "2018-03-25T22:52:46.208473Z",
            "modified": "2026-03-31T20:24:11.231724Z"
        },
        {
            "id": 9597,
            "name": "Loose coupling",
            "created": "2018-03-25T22:44:40.376267Z",
            "modified": "2026-04-16T22:54:07.092084Z"
        },
        {
            "id": 9596,
            "name": "Open / Closed",
            "created": "2018-03-25T22:36:38.157381Z",
            "modified": "2026-03-31T20:24:08.736717Z"
        },
        {
            "id": 9595,
            "name": "Fail fast",
            "created": "2018-03-25T22:28:13.070993Z",
            "modified": "2026-04-16T22:54:06.811434Z"
        },
        {
            "id": 9594,
            "name": "Cohesion",
            "created": "2018-03-25T22:23:05.262798Z",
            "modified": "2026-03-31T20:24:05.840375Z"
        },
        {
            "id": 9593,
            "name": "Jennica's Tsumego 73",
            "created": "2018-03-25T18:46:42.783870Z",
            "modified": "2026-04-13T13:00:14.213470Z"
        }
    ]
}