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

{
    "count": 1582,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=id&page=158",
    "results": [
        {
            "id": 1955,
            "name": "x",
            "creator": 1608024,
            "group": 8111,
            "created": "2025-10-13T07:42:32.470668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1956,
            "name": "test",
            "creator": 562757,
            "group": 8605,
            "created": "2025-10-13T10:20:39.187340Z",
            "started": null,
            "ended": null
        }
    ]
}