List accessible puzzles or create a new puzzle.

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

{
    "count": 58775,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=622",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=620",
    "results": [
        {
            "id": 9307,
            "name": "Problem 4",
            "created": "2018-01-29T22:04:49.030641Z",
            "modified": "2026-03-31T20:17:19.782347Z"
        },
        {
            "id": 9308,
            "name": "Problem 5",
            "created": "2018-01-29T22:09:14.228281Z",
            "modified": "2026-03-31T20:17:21.133879Z"
        },
        {
            "id": 9309,
            "name": "Problem 6",
            "created": "2018-01-29T22:12:47.898301Z",
            "modified": "2026-03-31T20:17:22.568722Z"
        },
        {
            "id": 9310,
            "name": "Problem 7",
            "created": "2018-01-29T22:17:57.669313Z",
            "modified": "2026-03-31T20:17:24.095192Z"
        },
        {
            "id": 9311,
            "name": "Problem 8",
            "created": "2018-01-29T22:21:38.121093Z",
            "modified": "2026-03-31T20:17:25.584701Z"
        },
        {
            "id": 9312,
            "name": "Lesson 20 - avoid different order of moves",
            "created": "2018-01-29T22:25:20.246911Z",
            "modified": "2026-05-11T20:38:18.690659Z"
        },
        {
            "id": 9313,
            "name": "Lesson 20 - test",
            "created": "2018-01-29T22:30:21.875400Z",
            "modified": "2026-05-11T20:39:35.789274Z"
        },
        {
            "id": 9314,
            "name": "Lesson 21 - attaching to 4-4",
            "created": "2018-01-29T23:01:35.673189Z",
            "modified": "2026-05-11T20:40:10.090091Z"
        },
        {
            "id": 9315,
            "name": "Lesson 21 - how attaching can lead to other joseki",
            "created": "2018-01-29T23:09:14.528586Z",
            "modified": "2026-05-11T20:40:23.926368Z"
        },
        {
            "id": 9316,
            "name": "Lesson 21 - test",
            "created": "2018-01-29T23:11:48.884653Z",
            "modified": "2026-05-11T20:40:14.156259Z"
        }
    ]
}