GET /api/v1/tournament_records/?format=api&ordering=group&page=100
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=group&page=101",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=99",
    "results": [
        {
            "id": 1559,
            "name": "LIHKG Season 6 League B",
            "creator": 872222,
            "group": 8905,
            "created": "2023-11-16T07:16:00.035538Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1558,
            "name": "LIHKG Season 6 League A",
            "creator": 872222,
            "group": 8905,
            "created": "2023-11-16T07:15:53.129259Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1547,
            "name": "LIHKG Friendly",
            "creator": 872222,
            "group": 8905,
            "created": "2023-11-01T15:42:35.329780Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1528,
            "name": "LIHKG 棋聖戰 第二期",
            "creator": 872222,
            "group": 8905,
            "created": "2023-10-07T08:51:25.019793Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1508,
            "name": "LIHKG 級位研修杯賽 第一期",
            "creator": 872222,
            "group": 8905,
            "created": "2023-09-05T05:23:30.595062Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1487,
            "name": "LIHKG Season 5 League B",
            "creator": 872222,
            "group": 8905,
            "created": "2023-07-23T14:47:25.730130Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1477,
            "name": "LIHKG Season 5 League A",
            "creator": 872222,
            "group": 8905,
            "created": "2023-07-12T15:44:54.235499Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1448,
            "name": "LIHKG 棋聖戰 第一期",
            "creator": 872222,
            "group": 8905,
            "created": "2023-05-14T11:40:50.647775Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1445,
            "name": "LIHKG 級位研修聯賽 Season 1",
            "creator": 872222,
            "group": 8905,
            "created": "2023-05-09T13:54:48.279733Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1413,
            "name": "LIHKG Season 4 League B",
            "creator": 872222,
            "group": 8905,
            "created": "2023-03-22T16:41:29.668684Z",
            "started": null,
            "ended": null
        }
    ]
}