List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=-created&page=5258
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=5259",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5257",
    "results": [
        {
            "id": 9285,
            "name": "gentleman's problem 15",
            "created": "2018-01-25T18:51:20.692464Z",
            "modified": "2026-03-31T20:16:49.699201Z"
        },
        {
            "id": 9284,
            "name": "corner life 6",
            "created": "2018-01-25T06:05:39.724762Z",
            "modified": "2026-03-31T20:16:48.487184Z"
        },
        {
            "id": 9283,
            "name": "corner life 5a",
            "created": "2018-01-25T01:43:25.658879Z",
            "modified": "2026-03-31T20:16:47.035576Z"
        },
        {
            "id": 9282,
            "name": "corner life 5",
            "created": "2018-01-25T01:06:19.935999Z",
            "modified": "2026-03-31T20:16:45.869407Z"
        },
        {
            "id": 9281,
            "name": "corner life 4",
            "created": "2018-01-24T07:49:39.450206Z",
            "modified": "2026-03-31T20:16:44.488982Z"
        },
        {
            "id": 9280,
            "name": "corner life 3",
            "created": "2018-01-24T07:31:06.263656Z",
            "modified": "2026-03-31T20:16:43.051775Z"
        },
        {
            "id": 9279,
            "name": "Lesson 18 - reclaiming the invaded corner",
            "created": "2018-01-24T00:48:30.254192Z",
            "modified": "2026-04-23T07:32:01.926939Z"
        },
        {
            "id": 9278,
            "name": "Lesson 17 - test",
            "created": "2018-01-24T00:39:17.394858Z",
            "modified": "2026-04-23T07:32:01.447828Z"
        },
        {
            "id": 9277,
            "name": "Lesson 17 - basic 3-3 invasion (old joseki)",
            "created": "2018-01-24T00:30:02.655914Z",
            "modified": "2026-04-23T07:32:00.979881Z"
        },
        {
            "id": 9276,
            "name": "Lesson 17 - basic 3-3 invasion",
            "created": "2018-01-24T00:17:11.576601Z",
            "modified": "2026-04-23T07:32:00.511138Z"
        }
    ]
}