List accessible puzzles or create a new puzzle.

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

{
    "count": 58707,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5523",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5521",
    "results": [
        {
            "id": 6349,
            "name": "197/900",
            "created": "2016-08-17T10:19:51.849486Z",
            "modified": "2026-03-31T19:15:15.171323Z"
        },
        {
            "id": 6347,
            "name": "Question 13/105",
            "created": "2016-08-03T04:13:24.645283Z",
            "modified": "2026-03-31T19:15:13.522550Z"
        },
        {
            "id": 6346,
            "name": "Question 12/105",
            "created": "2016-08-02T10:31:51.740879Z",
            "modified": "2026-03-31T19:15:11.907004Z"
        },
        {
            "id": 6345,
            "name": "Question 11/105",
            "created": "2016-08-02T10:27:36.810805Z",
            "modified": "2026-03-31T19:15:10.500611Z"
        },
        {
            "id": 6344,
            "name": "Question 10/105",
            "created": "2016-08-02T10:23:45.465973Z",
            "modified": "2026-03-31T19:15:08.829730Z"
        },
        {
            "id": 6343,
            "name": "Taking a stone.",
            "created": "2016-08-01T06:36:43.654602Z",
            "modified": "2026-03-31T19:15:07.445986Z"
        },
        {
            "id": 6342,
            "name": "6-5: 5th Example",
            "created": "2016-08-01T05:23:16.374961Z",
            "modified": "2026-04-01T19:38:32.355030Z"
        },
        {
            "id": 6341,
            "name": "6-4: 4th Example",
            "created": "2016-08-01T05:17:38.336152Z",
            "modified": "2026-04-01T11:31:42.070903Z"
        },
        {
            "id": 6340,
            "name": "6-3: 3rd Example",
            "created": "2016-08-01T05:09:26.923871Z",
            "modified": "2026-04-01T11:31:18.605124Z"
        },
        {
            "id": 6339,
            "name": "6-2: 2nd Example",
            "created": "2016-08-01T05:05:16.929124Z",
            "modified": "2026-04-01T11:30:51.353417Z"
        }
    ]
}