List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=5120
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=created&page=5121",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5119",
    "results": [
        {
            "id": 86944,
            "name": "End Game 1",
            "created": "2024-11-06T09:39:41.467428Z",
            "modified": "2026-04-15T10:08:13.175656Z"
        },
        {
            "id": 86973,
            "name": "A_NoEyes",
            "created": "2024-11-06T14:34:53.099717Z",
            "modified": "2026-03-30T16:13:04.583420Z"
        },
        {
            "id": 86979,
            "name": "B_OneSpaceEye",
            "created": "2024-11-06T15:00:37.630410Z",
            "modified": "2026-03-30T16:13:05.293128Z"
        },
        {
            "id": 86980,
            "name": "C_TwoSpaceEye",
            "created": "2024-11-06T15:02:17.338839Z",
            "modified": "2026-03-30T16:13:05.523895Z"
        },
        {
            "id": 86981,
            "name": "D_BentThreeShape",
            "created": "2024-11-06T15:04:20.051730Z",
            "modified": "2026-03-30T16:13:05.613065Z"
        },
        {
            "id": 86983,
            "name": "E_StraightThreeShape",
            "created": "2024-11-06T15:05:38.002449Z",
            "modified": "2026-03-30T16:13:05.703307Z"
        },
        {
            "id": 86984,
            "name": "F_StraightFourShape",
            "created": "2024-11-06T15:06:48.772191Z",
            "modified": "2026-03-30T16:13:06.303681Z"
        },
        {
            "id": 86985,
            "name": "G_FourLShape",
            "created": "2024-11-06T15:07:55.954728Z",
            "modified": "2026-03-30T16:13:06.282945Z"
        },
        {
            "id": 86986,
            "name": "H_FourZShape",
            "created": "2024-11-06T15:09:14.547795Z",
            "modified": "2026-03-30T16:13:06.188960Z"
        },
        {
            "id": 86987,
            "name": "I_FourTriangleShape",
            "created": "2024-11-06T15:10:35.576435Z",
            "modified": "2026-03-30T16:13:06.806312Z"
        }
    ]
}