List accessible puzzles or create a new puzzle.

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

{
    "count": 58739,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=101",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=99",
    "results": [
        {
            "id": 10517,
            "name": "Problem 21",
            "created": "2018-07-21T21:07:12.216296Z",
            "modified": "2026-04-15T18:32:24.177426Z"
        },
        {
            "id": 60803,
            "name": "Q-8854",
            "created": "2022-07-13T14:07:57.971837Z",
            "modified": "2026-04-15T18:32:18.393748Z"
        },
        {
            "id": 60806,
            "name": "Q-8246",
            "created": "2022-07-13T14:16:17.947467Z",
            "modified": "2026-04-15T18:32:11.720612Z"
        },
        {
            "id": 60805,
            "name": "Q-8200",
            "created": "2022-07-13T14:12:49.301924Z",
            "modified": "2026-04-15T18:32:08.081816Z"
        },
        {
            "id": 60804,
            "name": "Q-8367",
            "created": "2022-07-13T14:10:50.954249Z",
            "modified": "2026-04-15T18:32:03.540340Z"
        },
        {
            "id": 60802,
            "name": "Q-43320",
            "created": "2022-07-13T14:00:05.463454Z",
            "modified": "2026-04-15T18:31:58.860383Z"
        },
        {
            "id": 60801,
            "name": "Q-8492",
            "created": "2022-07-13T13:57:50.066440Z",
            "modified": "2026-04-15T18:31:53.091816Z"
        },
        {
            "id": 60800,
            "name": "Q-8316",
            "created": "2022-07-13T13:36:15.873137Z",
            "modified": "2026-04-15T18:31:39.141570Z"
        },
        {
            "id": 63399,
            "name": "Tsumégo 113",
            "created": "2022-10-04T08:50:40.597299Z",
            "modified": "2026-04-15T18:31:24.139118Z"
        },
        {
            "id": 60799,
            "name": "Q-8322",
            "created": "2022-07-13T13:29:56.140437Z",
            "modified": "2026-04-15T18:31:17.265081Z"
        }
    ]
}