List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-created&page=5542
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=5543",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5541",
    "results": [
        {
            "id": 6028,
            "name": "lys1030's puzzle 3",
            "created": "2016-05-05T20:19:27.303958Z",
            "modified": "2026-03-31T19:10:35.217008Z"
        },
        {
            "id": 6027,
            "name": "lys1030's puzzle 2",
            "created": "2016-05-05T19:43:49.739036Z",
            "modified": "2026-03-31T19:10:33.891256Z"
        },
        {
            "id": 6025,
            "name": "lys1030's puzzle 1",
            "created": "2016-05-05T04:32:22.416055Z",
            "modified": "2026-03-31T19:10:32.469467Z"
        },
        {
            "id": 6024,
            "name": "3 de Mayo de 2016",
            "created": "2016-05-04T18:05:19.063301Z",
            "modified": "2026-03-31T20:36:06.396129Z"
        },
        {
            "id": 6023,
            "name": "Using the Hanging Connection",
            "created": "2016-05-04T11:10:08.029591Z",
            "modified": "2026-03-31T19:10:29.830284Z"
        },
        {
            "id": 6022,
            "name": "Bamboo Joint - The Wrong Way",
            "created": "2016-05-04T09:48:59.640637Z",
            "modified": "2026-03-31T19:10:28.424527Z"
        },
        {
            "id": 6021,
            "name": "Using Shape - The Bamboo Joint",
            "created": "2016-05-04T08:52:37.490755Z",
            "modified": "2026-03-31T19:10:27.169514Z"
        },
        {
            "id": 6020,
            "name": "Basic Connections",
            "created": "2016-05-04T08:38:04.147115Z",
            "modified": "2026-03-31T19:10:25.818328Z"
        },
        {
            "id": 6019,
            "name": "Basic Jumps",
            "created": "2016-05-04T08:07:01.363904Z",
            "modified": "2026-03-31T19:10:24.382664Z"
        },
        {
            "id": 6018,
            "name": "Common Jumps",
            "created": "2016-05-04T07:59:46.049912Z",
            "modified": "2026-03-31T19:10:22.920577Z"
        }
    ]
}