List accessible puzzles or create a new puzzle.

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

{
    "count": 58777,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=7",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5",
    "results": [
        {
            "id": 54,
            "name": "Problem 8",
            "created": "2014-09-12T15:53:33.618174Z",
            "modified": "2026-05-10T03:28:15.158993Z"
        },
        {
            "id": 55,
            "name": "Problem 9",
            "created": "2014-09-12T16:09:43.401153Z",
            "modified": "2026-05-10T03:28:15.773308Z"
        },
        {
            "id": 56,
            "name": "Problem 10",
            "created": "2014-09-12T16:13:49.533130Z",
            "modified": "2026-05-10T03:28:16.493185Z"
        },
        {
            "id": 57,
            "name": "5 of 347",
            "created": "2014-09-12T19:25:50.482677Z",
            "modified": "2026-05-14T07:28:07.598335Z"
        },
        {
            "id": 58,
            "name": "Black To Kill White",
            "created": "2014-09-12T19:37:09.062322Z",
            "modified": "2026-04-12T23:35:13.868360Z"
        },
        {
            "id": 59,
            "name": "Snap your fingers once, snap your finger twice, then snap it back!",
            "created": "2014-09-12T19:40:37.987962Z",
            "modified": "2026-04-17T03:06:08.991904Z"
        },
        {
            "id": 60,
            "name": "Problem 11",
            "created": "2014-09-12T20:58:41.936416Z",
            "modified": "2026-05-10T03:28:20.470665Z"
        },
        {
            "id": 61,
            "name": "Problem 12",
            "created": "2014-09-12T21:20:58.569518Z",
            "modified": "2026-05-17T05:53:07.539315Z"
        },
        {
            "id": 62,
            "name": "Problem 4",
            "created": "2014-09-12T23:36:20.723100Z",
            "modified": "2026-04-08T23:14:21.243475Z"
        },
        {
            "id": 63,
            "name": "Victory from Sacrifice",
            "created": "2014-09-13T05:33:38.435450Z",
            "modified": "2026-04-16T12:50:03.165492Z"
        }
    ]
}