GET /api/v1/tournament_records/?format=api&ordering=-name&page=24
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=-name&page=25",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=23",
    "results": [
        {
            "id": 1465,
            "name": "Weekly Tuesday night game",
            "creator": 807332,
            "group": 6757,
            "created": "2023-06-19T15:51:16.810606Z",
            "started": null,
            "ended": null
        },
        {
            "id": 332,
            "name": "Weekend and weekday tournaments",
            "creator": 747928,
            "group": 4456,
            "created": "2020-08-09T10:39:40.652709Z",
            "started": null,
            "ended": null
        },
        {
            "id": 349,
            "name": "Wednsday Weekly #3",
            "creator": 739236,
            "group": 4456,
            "created": "2020-08-20T00:24:26.299087Z",
            "started": null,
            "ended": null
        },
        {
            "id": 350,
            "name": "Wednsday Weekly #3",
            "creator": 739236,
            "group": 4456,
            "created": "2020-08-20T00:24:59.744498Z",
            "started": null,
            "ended": null
        },
        {
            "id": 348,
            "name": "Wednsday weekly #2",
            "creator": 739236,
            "group": 4456,
            "created": "2020-08-20T00:18:55.659397Z",
            "started": null,
            "ended": null
        },
        {
            "id": 778,
            "name": "we",
            "creator": 1016128,
            "group": 2389,
            "created": "2021-07-22T08:10:15.166779Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1859,
            "name": "wdx",
            "creator": 845981,
            "group": 5404,
            "created": "2025-04-03T11:45:05.662833Z",
            "started": null,
            "ended": null
        },
        {
            "id": 747,
            "name": "wangxu",
            "creator": 859368,
            "group": 9525,
            "created": "2021-07-01T04:34:45.150274Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1302,
            "name": "W",
            "creator": 1163847,
            "group": 25,
            "created": "2022-11-19T14:47:20.210765Z",
            "started": null,
            "ended": null
        },
        {
            "id": 870,
            "name": "vxq",
            "creator": 1067397,
            "group": 10305,
            "created": "2021-10-17T14:29:33.306358Z",
            "started": null,
            "ended": null
        }
    ]
}