List accessible puzzles or create a new puzzle.

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

{
    "count": 58724,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5433",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5431",
    "results": [
        {
            "id": 95536,
            "name": "Problem 179",
            "created": "2025-07-10T01:09:59.615987Z",
            "modified": "2026-03-31T15:51:17.059684Z"
        },
        {
            "id": 95537,
            "name": "Problem 180",
            "created": "2025-07-10T01:10:57.955255Z",
            "modified": "2026-03-31T15:51:54.018013Z"
        },
        {
            "id": 95538,
            "name": "Problem 181",
            "created": "2025-07-10T01:12:16.799241Z",
            "modified": "2026-03-31T15:52:29.191790Z"
        },
        {
            "id": 95539,
            "name": "Problem 182",
            "created": "2025-07-10T01:19:18.734401Z",
            "modified": "2026-03-31T15:53:02.883614Z"
        },
        {
            "id": 95540,
            "name": "Problem 183",
            "created": "2025-07-10T01:21:08.479251Z",
            "modified": "2026-03-31T15:53:36.038524Z"
        },
        {
            "id": 95569,
            "name": "Permkid",
            "created": "2025-07-10T13:25:58.797334Z",
            "modified": "2026-02-16T01:50:31.608290Z"
        },
        {
            "id": 95642,
            "name": "Problem 184",
            "created": "2025-07-15T00:10:32.881144Z",
            "modified": "2026-03-31T15:54:12.243161Z"
        },
        {
            "id": 95643,
            "name": "Problem 185",
            "created": "2025-07-15T00:11:29.686471Z",
            "modified": "2026-03-31T15:54:47.945588Z"
        },
        {
            "id": 95644,
            "name": "Problem 186",
            "created": "2025-07-15T00:13:04.635848Z",
            "modified": "2026-03-31T15:55:22.096511Z"
        },
        {
            "id": 95645,
            "name": "Problem 187",
            "created": "2025-07-15T00:14:24.366779Z",
            "modified": "2026-03-31T15:55:54.086572Z"
        }
    ]
}