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

{
    "count": 1620,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-group&page=31",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-group&page=29",
    "results": [
        {
            "id": 1351,
            "name": "go to go",
            "creator": 1269895,
            "group": 12279,
            "created": "2023-01-26T17:49:53.320218Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1352,
            "name": "g-(guju",
            "creator": 1288850,
            "group": 12279,
            "created": "2023-02-02T12:24:09.950009Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1247,
            "name": "h",
            "creator": 1206757,
            "group": 12277,
            "created": "2022-09-13T10:52:41.295298Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1231,
            "name": "APAC SDK Season 1",
            "creator": 127273,
            "group": 12163,
            "created": "2022-08-10T04:55:18.906709Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1249,
            "name": "Season1",
            "creator": 127273,
            "group": 12163,
            "created": "2022-09-18T11:15:24.707682Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1250,
            "name": "SDK season 1",
            "creator": 127273,
            "group": 12163,
            "created": "2022-09-20T02:54:08.901542Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1251,
            "name": "SDK Season 1",
            "creator": 127273,
            "group": 12163,
            "created": "2022-09-21T01:17:35.338940Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1226,
            "name": "Torneo DDK",
            "creator": 304261,
            "group": 12150,
            "created": "2022-08-05T12:09:21.024318Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1225,
            "name": "No.1",
            "creator": 1187476,
            "group": 12144,
            "created": "2022-08-04T08:13:41.660709Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1215,
            "name": "Creamii vs _StockFish",
            "creator": 1182856,
            "group": 12124,
            "created": "2022-07-30T10:51:32.568728Z",
            "started": null,
            "ended": null
        }
    ]
}