List accessible puzzles or create a new puzzle.

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

{
    "count": 58790,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=1001",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=999",
    "results": [
        {
            "id": 16674,
            "name": "Problem 8",
            "created": "2020-01-12T12:22:30.949950Z",
            "modified": "2026-03-31T22:38:25.863661Z"
        },
        {
            "id": 16675,
            "name": "Problem 9",
            "created": "2020-01-12T12:25:34.984734Z",
            "modified": "2026-03-31T22:38:27.074797Z"
        },
        {
            "id": 16676,
            "name": "Problem 10",
            "created": "2020-01-12T12:27:31.055290Z",
            "modified": "2026-03-31T22:38:28.612568Z"
        },
        {
            "id": 16677,
            "name": "Problem 11",
            "created": "2020-01-12T12:33:51.334216Z",
            "modified": "2026-03-31T22:38:30.147536Z"
        },
        {
            "id": 16678,
            "name": "Problem 12",
            "created": "2020-01-12T12:39:27.571369Z",
            "modified": "2026-03-31T22:38:31.718702Z"
        },
        {
            "id": 16696,
            "name": "2 ogen",
            "created": "2020-01-13T13:40:58.947540Z",
            "modified": "2026-03-31T22:38:33.063053Z"
        },
        {
            "id": 16697,
            "name": "trappetje",
            "created": "2020-01-13T13:42:34.889436Z",
            "modified": "2026-03-31T22:38:34.349072Z"
        },
        {
            "id": 16722,
            "name": "01 Длинный нос Тэнгу",
            "created": "2020-01-16T13:30:50.242848Z",
            "modified": "2026-03-31T22:38:47.817288Z"
        },
        {
            "id": 16723,
            "name": "02 Атэ - коми",
            "created": "2020-01-16T13:47:24.021498Z",
            "modified": "2026-03-31T22:38:49.327552Z"
        },
        {
            "id": 16724,
            "name": "03 Оки",
            "created": "2020-01-16T14:07:20.304303Z",
            "modified": "2026-03-31T22:38:50.660785Z"
        }
    ]
}