List accessible puzzles or create a new puzzle.

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

{
    "count": 58771,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=551",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=549",
    "results": [
        {
            "id": 17816,
            "name": "5.B.1. Exercises",
            "created": "2020-04-20T01:23:00.384049Z",
            "modified": "2026-05-10T04:00:23.200038Z"
        },
        {
            "id": 13682,
            "name": "Big Eye Puzzle #4",
            "created": "2018-11-21T20:23:05.807934Z",
            "modified": "2026-05-10T04:00:21.516792Z"
        },
        {
            "id": 104248,
            "name": "20/4/26",
            "created": "2026-04-20T23:39:27.892480Z",
            "modified": "2026-05-10T04:00:19.795206Z"
        },
        {
            "id": 102483,
            "name": "Puzzle 7.24.8",
            "created": "2026-01-17T10:55:29.856650Z",
            "modified": "2026-05-10T04:00:18.946057Z"
        },
        {
            "id": 102015,
            "name": "Puzzle 7.7.5",
            "created": "2026-01-10T18:36:41.162817Z",
            "modified": "2026-05-10T04:00:18.101553Z"
        },
        {
            "id": 101842,
            "name": "Puzzle 6.69.7",
            "created": "2026-01-07T07:45:49.755837Z",
            "modified": "2026-05-10T04:00:17.269162Z"
        },
        {
            "id": 99552,
            "name": "Puzzle 4.20.8",
            "created": "2025-11-22T09:20:23.986910Z",
            "modified": "2026-05-10T04:00:16.405165Z"
        },
        {
            "id": 94373,
            "name": "Problem 76",
            "created": "2025-05-27T01:00:42.305565Z",
            "modified": "2026-05-10T04:00:13.845812Z"
        },
        {
            "id": 92718,
            "name": "Problem 54",
            "created": "2025-03-29T11:00:25.689728Z",
            "modified": "2026-05-10T04:00:12.127434Z"
        },
        {
            "id": 91624,
            "name": "Problem 69",
            "created": "2025-03-01T17:21:14.879861Z",
            "modified": "2026-05-10T04:00:11.301972Z"
        }
    ]
}