List accessible puzzles or create a new puzzle.

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

{
    "count": 58708,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=30",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=28",
    "results": [
        {
            "id": 292,
            "name": "25 of 347",
            "created": "2014-09-29T16:16:11.995434Z",
            "modified": "2026-03-31T17:55:06.016578Z"
        },
        {
            "id": 293,
            "name": "Problem 1",
            "created": "2014-09-30T01:16:28.990061Z",
            "modified": "2026-03-31T17:55:07.177423Z"
        },
        {
            "id": 294,
            "name": "Problem 2",
            "created": "2014-09-30T01:46:01.903393Z",
            "modified": "2026-03-31T17:55:08.811050Z"
        },
        {
            "id": 295,
            "name": "Problem 3",
            "created": "2014-09-30T01:47:52.742743Z",
            "modified": "2026-03-31T17:55:10.260185Z"
        },
        {
            "id": 296,
            "name": "Problem 4",
            "created": "2014-09-30T01:49:55.095752Z",
            "modified": "2026-03-31T17:55:11.547185Z"
        },
        {
            "id": 297,
            "name": "Problem 5",
            "created": "2014-09-30T01:56:48.450745Z",
            "modified": "2026-03-31T17:55:13.006153Z"
        },
        {
            "id": 298,
            "name": "Problem 6",
            "created": "2014-09-30T01:58:18.599496Z",
            "modified": "2026-03-31T17:55:14.401143Z"
        },
        {
            "id": 299,
            "name": "Problem 7",
            "created": "2014-09-30T02:00:20.734299Z",
            "modified": "2026-03-31T17:55:16.018205Z"
        },
        {
            "id": 300,
            "name": "Problem 8",
            "created": "2014-09-30T02:01:47.526980Z",
            "modified": "2026-03-31T17:55:17.417477Z"
        },
        {
            "id": 301,
            "name": "Problem 9",
            "created": "2014-09-30T02:03:54.118504Z",
            "modified": "2026-03-31T17:55:18.895800Z"
        }
    ]
}