List accessible puzzles or create a new puzzle.

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

{
    "count": 58751,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5256",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5254",
    "results": [
        {
            "id": 9317,
            "name": "Lesson 22 - approaching 4-4",
            "created": "2018-01-30T00:21:03.887793Z",
            "modified": "2026-04-23T07:32:06.607525Z"
        },
        {
            "id": 9316,
            "name": "Lesson 21 - test",
            "created": "2018-01-29T23:11:48.884653Z",
            "modified": "2026-04-23T07:32:06.151854Z"
        },
        {
            "id": 9315,
            "name": "Lesson 21 - how attaching can lead to other joseki",
            "created": "2018-01-29T23:09:14.528586Z",
            "modified": "2026-04-23T07:32:05.699812Z"
        },
        {
            "id": 9314,
            "name": "Lesson 21 - attaching to 4-4",
            "created": "2018-01-29T23:01:35.673189Z",
            "modified": "2026-04-23T07:32:05.231940Z"
        },
        {
            "id": 9313,
            "name": "Lesson 20 - test",
            "created": "2018-01-29T22:30:21.875400Z",
            "modified": "2026-04-23T07:32:04.770854Z"
        },
        {
            "id": 9312,
            "name": "Lesson 20 - avoid different order of moves",
            "created": "2018-01-29T22:25:20.246911Z",
            "modified": "2026-04-23T07:32:04.309414Z"
        },
        {
            "id": 9311,
            "name": "Problem 8",
            "created": "2018-01-29T22:21:38.121093Z",
            "modified": "2026-03-31T20:17:25.584701Z"
        },
        {
            "id": 9310,
            "name": "Problem 7",
            "created": "2018-01-29T22:17:57.669313Z",
            "modified": "2026-03-31T20:17:24.095192Z"
        },
        {
            "id": 9309,
            "name": "Problem 6",
            "created": "2018-01-29T22:12:47.898301Z",
            "modified": "2026-03-31T20:17:22.568722Z"
        },
        {
            "id": 9308,
            "name": "Problem 5",
            "created": "2018-01-29T22:09:14.228281Z",
            "modified": "2026-03-31T20:17:21.133879Z"
        }
    ]
}