List accessible puzzles or create a new puzzle.

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

{
    "count": 58714,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=51",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=49",
    "results": [
        {
            "id": 43,
            "name": "Unknown source",
            "created": "2014-09-12T08:34:17.852112Z",
            "modified": "2026-04-08T23:14:13.940272Z"
        },
        {
            "id": 42,
            "name": "Unknown source",
            "created": "2014-09-12T08:22:39.168249Z",
            "modified": "2026-04-08T23:14:12.896400Z"
        },
        {
            "id": 41,
            "name": "Unknown source",
            "created": "2014-09-12T08:08:15.019527Z",
            "modified": "2026-04-08T23:14:11.871340Z"
        },
        {
            "id": 40,
            "name": "Unknown source",
            "created": "2014-09-12T07:52:17.314470Z",
            "modified": "2026-04-08T23:14:10.825611Z"
        },
        {
            "id": 39,
            "name": "Tesuji 1",
            "created": "2014-09-12T02:54:46.021891Z",
            "modified": "2026-04-08T23:14:09.804669Z"
        },
        {
            "id": 38,
            "name": "Black to Live.",
            "created": "2014-09-12T01:42:06.741289Z",
            "modified": "2026-04-08T23:14:08.750598Z"
        },
        {
            "id": 37,
            "name": "White to kill.",
            "created": "2014-09-12T01:26:33.114972Z",
            "modified": "2026-04-08T23:14:07.724552Z"
        },
        {
            "id": 36,
            "name": "Protect as Black",
            "created": "2014-09-12T01:10:31.580517Z",
            "modified": "2026-04-08T23:14:06.681493Z"
        },
        {
            "id": 35,
            "name": "Black to kill",
            "created": "2014-09-12T00:40:42.460217Z",
            "modified": "2026-04-08T23:14:05.658942Z"
        },
        {
            "id": 34,
            "name": "Capturing race - Can White win ?",
            "created": "2014-09-11T18:28:46.294779Z",
            "modified": "2026-04-08T23:14:04.612343Z"
        }
    ]
}