List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=5080
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=5081",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5079",
    "results": [
        {
            "id": 85663,
            "name": "Capture Eye Real Edge",
            "created": "2024-10-02T07:25:34.140223Z",
            "modified": "2026-04-01T01:24:09.692317Z"
        },
        {
            "id": 85664,
            "name": "Capture Eye Real Corner 1",
            "created": "2024-10-02T07:26:03.779267Z",
            "modified": "2026-04-01T01:28:52.730072Z"
        },
        {
            "id": 85665,
            "name": "Capture Eye Edge Ext 1",
            "created": "2024-10-02T07:28:33.089879Z",
            "modified": "2026-04-01T01:37:52.874258Z"
        },
        {
            "id": 85666,
            "name": "Capture Eye Edge Ext 2",
            "created": "2024-10-02T07:29:52.877104Z",
            "modified": "2026-04-01T01:42:04.539799Z"
        },
        {
            "id": 85667,
            "name": "Capture Eye Corner Ext",
            "created": "2024-10-02T07:30:31.048644Z",
            "modified": "2026-04-01T01:46:05.364852Z"
        },
        {
            "id": 85668,
            "name": "Capture Eye False Center",
            "created": "2024-10-02T07:31:40.068402Z",
            "modified": "2026-04-01T01:49:47.822222Z"
        },
        {
            "id": 85669,
            "name": "Capture Eye False Edge",
            "created": "2024-10-02T07:32:48.613706Z",
            "modified": "2026-04-01T01:53:25.413938Z"
        },
        {
            "id": 85670,
            "name": "Capture Eye False Corner",
            "created": "2024-10-02T07:33:23.557417Z",
            "modified": "2026-04-01T01:57:05.412047Z"
        },
        {
            "id": 85671,
            "name": "Capture Overflow Center",
            "created": "2024-10-02T07:34:11.686910Z",
            "modified": "2026-04-01T02:27:47.456259Z"
        },
        {
            "id": 85672,
            "name": "Capture Overflow Edge",
            "created": "2024-10-02T07:35:14.071954Z",
            "modified": "2026-04-01T02:30:23.561897Z"
        }
    ]
}