List accessible puzzles or create a new puzzle.

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

{
    "count": 58783,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=32",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=30",
    "results": [
        {
            "id": 312,
            "name": "Problem 20",
            "created": "2014-09-30T03:11:16.315864Z",
            "modified": "2026-05-10T04:01:35.787393Z"
        },
        {
            "id": 313,
            "name": "Problem 21",
            "created": "2014-09-30T03:12:37.557086Z",
            "modified": "2026-05-10T04:01:43.276073Z"
        },
        {
            "id": 314,
            "name": "Problem 22",
            "created": "2014-09-30T03:15:01.568162Z",
            "modified": "2026-05-19T13:52:42.455849Z"
        },
        {
            "id": 315,
            "name": "Problem 23",
            "created": "2014-09-30T03:16:29.475869Z",
            "modified": "2026-05-19T13:52:43.950992Z"
        },
        {
            "id": 316,
            "name": "Problem 24",
            "created": "2014-09-30T03:19:40.182124Z",
            "modified": "2026-05-09T22:25:51.125210Z"
        },
        {
            "id": 317,
            "name": "Problem 25",
            "created": "2014-09-30T03:27:11.357706Z",
            "modified": "2026-05-19T13:54:14.912963Z"
        },
        {
            "id": 318,
            "name": "Problem 26",
            "created": "2014-09-30T03:28:42.651920Z",
            "modified": "2026-05-19T13:54:15.918138Z"
        },
        {
            "id": 319,
            "name": "Problem 27",
            "created": "2014-09-30T03:30:14.016452Z",
            "modified": "2026-05-19T14:37:21.831513Z"
        },
        {
            "id": 320,
            "name": "Problem 28",
            "created": "2014-09-30T03:38:30.131222Z",
            "modified": "2026-05-19T14:37:29.079088Z"
        },
        {
            "id": 321,
            "name": "Problem 29",
            "created": "2014-09-30T03:39:57.980258Z",
            "modified": "2026-05-19T13:21:59.008346Z"
        }
    ]
}