List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-modified&page=5
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=-modified&page=6",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=4",
    "results": [
        {
            "id": 2669,
            "name": "Exercise 014",
            "created": "2015-06-29T02:37:52.483179Z",
            "modified": "2026-05-17T12:46:36.902571Z"
        },
        {
            "id": 15438,
            "name": "Problem 1",
            "created": "2019-10-28T16:19:43.960459Z",
            "modified": "2026-05-17T12:46:11.347877Z"
        },
        {
            "id": 240,
            "name": "Easy, #072",
            "created": "2014-09-26T22:24:21.650742Z",
            "modified": "2026-05-17T12:45:51.651409Z"
        },
        {
            "id": 7755,
            "name": "problem 773",
            "created": "2017-05-08T12:04:24.036985Z",
            "modified": "2026-05-17T12:45:47.266490Z"
        },
        {
            "id": 102468,
            "name": "Puzzle  4.23.12",
            "created": "2026-01-16T20:00:52.250081Z",
            "modified": "2026-05-17T12:45:41.784624Z"
        },
        {
            "id": 52183,
            "name": "Tésuji 7",
            "created": "2022-03-15T08:48:16.235285Z",
            "modified": "2026-05-17T12:45:40.858191Z"
        },
        {
            "id": 100569,
            "name": "Puzzle 5.38.2",
            "created": "2025-12-14T09:06:43.057871Z",
            "modified": "2026-05-17T12:45:40.230215Z"
        },
        {
            "id": 7754,
            "name": "problem 772",
            "created": "2017-05-08T11:57:49.574336Z",
            "modified": "2026-05-17T12:45:40.165831Z"
        },
        {
            "id": 93080,
            "name": "BGJ 199 JP 1",
            "created": "2025-04-13T09:01:58.651345Z",
            "modified": "2026-05-17T12:45:39.891929Z"
        },
        {
            "id": 100564,
            "name": "Puzzle 5.38.1",
            "created": "2025-12-13T19:17:58.434098Z",
            "modified": "2026-05-17T12:45:37.998810Z"
        }
    ]
}