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

{
    "count": 1619,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-created&page=11",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-created&page=9",
    "results": [
        {
            "id": 1901,
            "name": "yo",
            "creator": 1804348,
            "group": 15455,
            "created": "2025-06-23T05:02:32.444174Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1900,
            "name": "Happy day 🥳",
            "creator": 1306771,
            "group": 13201,
            "created": "2025-06-22T02:52:54.887463Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1899,
            "name": "测试锦标赛",
            "creator": 1591927,
            "group": 15439,
            "created": "2025-06-21T03:49:41.686288Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1898,
            "name": "Smarty",
            "creator": 1614591,
            "group": 15444,
            "created": "2025-06-19T12:29:41.344955Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1897,
            "name": "记录",
            "creator": 1799979,
            "group": 15431,
            "created": "2025-06-19T07:49:23.737248Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1894,
            "name": "White",
            "creator": 1698573,
            "group": 15283,
            "created": "2025-06-15T08:38:53.597411Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1893,
            "name": "vreh5y",
            "creator": 1765191,
            "group": 15283,
            "created": "2025-06-14T16:39:48.797615Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1891,
            "name": "ReSource",
            "creator": 1781650,
            "group": 15414,
            "created": "2025-06-12T00:04:50.960387Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1890,
            "name": "El",
            "creator": 1796860,
            "group": 15413,
            "created": "2025-06-11T16:19:48.345273Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1889,
            "name": "mtgz",
            "creator": 1765191,
            "group": 15283,
            "created": "2025-06-09T23:26:17.985677Z",
            "started": null,
            "ended": null
        }
    ]
}