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

{
    "count": 54871,
    "next": null,
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=5487",
    "results": [
        {
            "id": 98255,
            "name": "Example 8",
            "created": "2025-10-18T22:12:18.954563Z",
            "modified": "2025-10-18T22:13:45.155588Z"
        }
    ]
}