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

{
    "count": 1580,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=56",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=54",
    "results": [
        {
            "id": 1255,
            "name": "null",
            "creator": 1010740,
            "group": 12328,
            "created": "2022-09-26T18:01:53.117843Z",
            "started": null,
            "ended": null
        },
        {
            "id": 543,
            "name": "ggg",
            "creator": 822120,
            "group": 8371,
            "created": "2021-02-16T14:19:59.863106Z",
            "started": null,
            "ended": null
        },
        {
            "id": 802,
            "name": "test",
            "creator": 416731,
            "group": 7731,
            "created": "2021-08-18T00:29:55.117098Z",
            "started": null,
            "ended": null
        },
        {
            "id": 545,
            "name": "A f",
            "creator": 940672,
            "group": 25,
            "created": "2021-02-18T06:48:19.153454Z",
            "started": null,
            "ended": null
        },
        {
            "id": 546,
            "name": "非常好玩的比賽",
            "creator": 940672,
            "group": 25,
            "created": "2021-02-18T06:48:38.891591Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1926,
            "name": "Boop",
            "creator": 568679,
            "group": 8562,
            "created": "2025-08-29T10:44:36.035998Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1256,
            "name": "董振譽",
            "creator": 1213974,
            "group": 9260,
            "created": "2022-09-28T05:41:48.132369Z",
            "started": null,
            "ended": null
        },
        {
            "id": 805,
            "name": "J vs V",
            "creator": 1024065,
            "group": 9669,
            "created": "2021-08-25T08:31:14.364277Z",
            "started": null,
            "ended": null
        },
        {
            "id": 550,
            "name": "name",
            "creator": 628905,
            "group": 7952,
            "created": "2021-02-19T18:53:25.522955Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}