List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=5492
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=5493",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5491",
    "results": [
        {
            "id": 98242,
            "name": "Chapter 5. Life and Death: On the Third Line, Six Live, Four Die",
            "created": "2025-10-18T03:56:21.332421Z",
            "modified": "2026-04-01T02:56:30.527105Z"
        },
        {
            "id": 98243,
            "name": "Chapter 6. Yose: Monkey Jump",
            "created": "2025-10-18T03:57:21.704197Z",
            "modified": "2026-04-01T02:58:35.610246Z"
        },
        {
            "id": 98244,
            "name": "Chapter 6: Yose: Hane and Connect",
            "created": "2025-10-18T03:59:51.061526Z",
            "modified": "2026-04-01T03:00:49.009848Z"
        },
        {
            "id": 98245,
            "name": "Chapter 6. Yose: Thrown-in Ko",
            "created": "2025-10-18T04:02:00.144910Z",
            "modified": "2026-03-31T13:23:54.052693Z"
        },
        {
            "id": 98247,
            "name": "Example 1",
            "created": "2025-10-18T11:10:35.232161Z",
            "modified": "2026-04-01T00:01:05.495976Z"
        },
        {
            "id": 98248,
            "name": "Example 2",
            "created": "2025-10-18T11:18:17.143299Z",
            "modified": "2026-04-01T00:05:44.290888Z"
        },
        {
            "id": 98249,
            "name": "Example 3",
            "created": "2025-10-18T11:22:39.163598Z",
            "modified": "2026-04-01T00:10:17.171181Z"
        },
        {
            "id": 98250,
            "name": "Rrrrtrt",
            "created": "2025-10-18T19:09:21.132310Z",
            "modified": "2026-02-24T22:58:55.291048Z"
        },
        {
            "id": 98251,
            "name": "Example 4",
            "created": "2025-10-18T21:40:14.916315Z",
            "modified": "2026-04-01T00:18:24.513397Z"
        },
        {
            "id": 98252,
            "name": "Example 5",
            "created": "2025-10-18T21:42:38.263059Z",
            "modified": "2026-04-01T00:26:59.731687Z"
        }
    ]
}