List accessible puzzles or create a new puzzle.

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

{
    "count": 58707,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id&page=3",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=id",
    "results": [
        {
            "id": 14,
            "name": "Liberty",
            "created": "2014-09-11T12:54:30.027881Z",
            "modified": "2026-03-31T17:48:42.390743Z"
        },
        {
            "id": 15,
            "name": "Snapback",
            "created": "2014-09-11T12:56:52.797788Z",
            "modified": "2026-03-31T17:48:43.761718Z"
        },
        {
            "id": 16,
            "name": "1 of 347",
            "created": "2014-09-11T12:57:00.893090Z",
            "modified": "2026-03-31T17:48:45.087676Z"
        },
        {
            "id": 17,
            "name": "Capture on 2nd line",
            "created": "2014-09-11T13:29:19.523182Z",
            "modified": "2026-03-31T17:48:46.541525Z"
        },
        {
            "id": 18,
            "name": "Unkown source",
            "created": "2014-09-11T13:43:36.121672Z",
            "modified": "2026-03-31T17:48:47.950660Z"
        },
        {
            "id": 19,
            "name": "Rectangular 6 in the corner.",
            "created": "2014-09-11T13:50:39.900934Z",
            "modified": "2026-03-31T17:48:49.148749Z"
        },
        {
            "id": 20,
            "name": "Death in the corner",
            "created": "2014-09-11T14:10:28.586546Z",
            "modified": "2026-03-31T17:48:50.504891Z"
        },
        {
            "id": 21,
            "name": "Capturing Race - One Eye against no Eye (1)",
            "created": "2014-09-11T14:18:44.577221Z",
            "modified": "2026-03-31T17:48:52.100055Z"
        },
        {
            "id": 22,
            "name": "Life and Death.",
            "created": "2014-09-11T14:21:59.267944Z",
            "modified": "2026-03-31T17:48:53.399047Z"
        },
        {
            "id": 23,
            "name": "Capturing Race - One Eye against No Eye (2)",
            "created": "2014-09-11T14:26:37.366075Z",
            "modified": "2026-03-31T17:48:54.831164Z"
        }
    ]
}