List accessible puzzles or create a new puzzle.

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

{
    "count": 58750,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=208",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=206",
    "results": [
        {
            "id": 2359,
            "name": "Basic Joseki 3.2",
            "created": "2015-01-26T23:22:19.273225Z",
            "modified": "2026-04-20T10:06:43.644761Z"
        },
        {
            "id": 2360,
            "name": "Lizards Rule",
            "created": "2015-01-27T11:59:55.141478Z",
            "modified": "2026-03-31T18:39:26.140428Z"
        },
        {
            "id": 2361,
            "name": "Star Point Joseki 3",
            "created": "2015-01-30T01:28:34.006188Z",
            "modified": "2026-04-23T07:32:09.007408Z"
        },
        {
            "id": 2362,
            "name": "Star Point Joseki 4",
            "created": "2015-01-30T01:31:19.452165Z",
            "modified": "2026-04-23T11:22:26.739870Z"
        },
        {
            "id": 2363,
            "name": "Star Point Joseki 5",
            "created": "2015-01-30T01:32:46.404619Z",
            "modified": "2026-04-23T07:32:09.926909Z"
        },
        {
            "id": 2364,
            "name": "3-4 Point Joseki 1",
            "created": "2015-01-30T01:35:53.796816Z",
            "modified": "2026-04-23T07:32:10.379200Z"
        },
        {
            "id": 2365,
            "name": "Star Point Joseki 6",
            "created": "2015-01-30T02:03:16.788477Z",
            "modified": "2026-04-23T07:32:10.836652Z"
        },
        {
            "id": 2366,
            "name": "13x13 Opening Explorer",
            "created": "2015-01-30T02:51:31.632008Z",
            "modified": "2026-04-23T19:37:56.701927Z"
        },
        {
            "id": 2367,
            "name": "life and death 1",
            "created": "2015-01-31T04:13:29.079950Z",
            "modified": "2026-03-31T18:39:36.460388Z"
        },
        {
            "id": 2368,
            "name": "life and death 2",
            "created": "2015-01-31T04:15:03.797192Z",
            "modified": "2026-03-31T18:39:37.921054Z"
        }
    ]
}