GET /api/v1/tournament_records/?format=api&ordering=-name&page=23
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=24",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=22",
    "results": [
        {
            "id": 908,
            "name": "Who win",
            "creator": 1080403,
            "group": 10488,
            "created": "2021-11-23T04:25:56.484841Z",
            "started": null,
            "ended": null
        },
        {
            "id": 893,
            "name": "Who's the winner",
            "creator": 1077953,
            "group": 10532,
            "created": "2021-11-11T03:50:39.730536Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1894,
            "name": "White",
            "creator": 1698573,
            "group": 15283,
            "created": "2025-06-15T08:38:53.597411Z",
            "started": null,
            "ended": null
        },
        {
            "id": 724,
            "name": "what us thus",
            "creator": 783999,
            "group": 9298,
            "created": "2021-06-18T00:43:26.575532Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1359,
            "name": "what's this",
            "creator": 1294749,
            "group": 12821,
            "created": "2023-02-17T04:23:34.506707Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1219,
            "name": "we love Go",
            "creator": 875708,
            "group": 10243,
            "created": "2022-07-31T20:22:37.663349Z",
            "started": null,
            "ended": null
        },
        {
            "id": 375,
            "name": "Weiqi To Go",
            "creator": 768074,
            "group": 4955,
            "created": "2020-09-14T07:11:38.287658Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1338,
            "name": "Weiqi",
            "creator": 1267701,
            "group": 12754,
            "created": "2023-01-08T15:24:44.905840Z",
            "started": null,
            "ended": null
        },
        {
            "id": 412,
            "name": "weiqi",
            "creator": 854358,
            "group": 7027,
            "created": "2020-10-14T15:06:17.290150Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1815,
            "name": "Weelo celebration",
            "creator": 1654661,
            "group": 11548,
            "created": "2025-01-03T12:50:47.074924Z",
            "started": null,
            "ended": null
        }
    ]
}