List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-created&page=15
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=16",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=14",
    "results": [
        {
            "id": 103190,
            "name": "1233456789",
            "created": "2026-02-16T16:59:01.255352Z",
            "modified": "2026-03-31T14:58:08.953513Z"
        },
        {
            "id": 103154,
            "name": "Connecting stones 121",
            "created": "2026-02-15T17:53:43.372714Z",
            "modified": "2026-05-10T01:45:34.055051Z"
        },
        {
            "id": 103153,
            "name": "Connecting stones 120",
            "created": "2026-02-15T17:51:45.607570Z",
            "modified": "2026-05-04T23:23:05.117901Z"
        },
        {
            "id": 103152,
            "name": "Connecting stones 119",
            "created": "2026-02-15T17:50:17.763642Z",
            "modified": "2026-05-11T22:31:46.329343Z"
        },
        {
            "id": 103151,
            "name": "Connecting stones 118",
            "created": "2026-02-15T17:48:42.963860Z",
            "modified": "2026-05-11T22:31:45.598511Z"
        },
        {
            "id": 103150,
            "name": "Connecting stones 117",
            "created": "2026-02-15T17:46:24.477000Z",
            "modified": "2026-05-16T09:38:22.344054Z"
        },
        {
            "id": 103149,
            "name": "Connecting stones 116",
            "created": "2026-02-15T17:43:04.258495Z",
            "modified": "2026-05-16T09:38:21.437290Z"
        },
        {
            "id": 103147,
            "name": "Probleme 5-6",
            "created": "2026-02-14T12:11:52.750816Z",
            "modified": "2026-03-30T17:52:07.356001Z"
        },
        {
            "id": 103146,
            "name": "Probleme 5-5",
            "created": "2026-02-14T12:10:29.340017Z",
            "modified": "2026-03-30T17:52:07.358340Z"
        },
        {
            "id": 103145,
            "name": "Probleme 5-4",
            "created": "2026-02-14T12:09:18.217092Z",
            "modified": "2026-05-09T20:11:45.170264Z"
        }
    ]
}