List accessible puzzles or create a new puzzle.

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

{
    "count": 58708,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=22",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=20",
    "results": [
        {
            "id": 102908,
            "name": "White to Play",
            "created": "2026-02-04T12:19:39.394889Z",
            "modified": "2026-03-30T17:50:16.370823Z"
        },
        {
            "id": 102907,
            "name": "Black to Play",
            "created": "2026-02-04T12:14:06.707578Z",
            "modified": "2026-03-30T17:50:16.370873Z"
        },
        {
            "id": 102906,
            "name": "Black to play",
            "created": "2026-02-04T12:07:30.482532Z",
            "modified": "2026-03-30T17:50:15.213893Z"
        },
        {
            "id": 102904,
            "name": "White to paly",
            "created": "2026-02-04T11:34:06.292072Z",
            "modified": "2026-03-30T17:50:15.222309Z"
        },
        {
            "id": 102903,
            "name": "Connecting stones 91",
            "created": "2026-02-04T10:02:05.713428Z",
            "modified": "2026-03-30T17:50:14.984769Z"
        },
        {
            "id": 102902,
            "name": "Connecting stones 90",
            "created": "2026-02-04T10:00:25.472378Z",
            "modified": "2026-03-30T17:50:14.971407Z"
        },
        {
            "id": 102901,
            "name": "Connecting stones 89",
            "created": "2026-02-04T09:58:04.744333Z",
            "modified": "2026-03-30T17:50:14.343098Z"
        },
        {
            "id": 102900,
            "name": "Connecting stones 88",
            "created": "2026-02-04T09:56:30.787550Z",
            "modified": "2026-03-30T17:50:14.083638Z"
        },
        {
            "id": 102899,
            "name": "Connecting stones 87",
            "created": "2026-02-04T09:54:38.464591Z",
            "modified": "2026-03-30T17:50:13.888824Z"
        },
        {
            "id": 102898,
            "name": "Connecting stones 86",
            "created": "2026-02-04T09:52:52.331009Z",
            "modified": "2026-03-30T17:50:13.659045Z"
        }
    ]
}