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

{
    "count": 55372,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5537",
    "results": [
        {
            "id": 3,
            "name": "Problem 2",
            "created": "2014-09-11T05:58:58.800237Z",
            "modified": "2025-11-04T13:57:12.145013Z"
        },
        {
            "id": 2,
            "name": "Life and Death -01",
            "created": "2014-09-11T05:33:34.329186Z",
            "modified": "2025-11-04T13:18:26.801694Z"
        }
    ]
}