GET /api/v1/tournament_records/?format=api&ordering=-creator&page=99
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=-creator&page=100",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=98",
    "results": [
        {
            "id": 760,
            "name": "Шкляр Сонин",
            "creator": 842140,
            "group": 6705,
            "created": "2021-07-11T09:13:28.317176Z",
            "started": null,
            "ended": null
        },
        {
            "id": 400,
            "name": "12345",
            "creator": 840262,
            "group": 6730,
            "created": "2020-10-08T16:05:38.925556Z",
            "started": null,
            "ended": null
        },
        {
            "id": 365,
            "name": "Игра го",
            "creator": 840035,
            "group": 6745,
            "created": "2020-09-03T16:48:21.678973Z",
            "started": null,
            "ended": null
        },
        {
            "id": 532,
            "name": "Troll",
            "creator": 839251,
            "group": 6730,
            "created": "2021-02-10T02:52:19.721336Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1918,
            "name": "15k tournament only",
            "creator": 839136,
            "group": 13797,
            "created": "2025-08-16T22:16:36.325467Z",
            "started": null,
            "ended": null
        },
        {
            "id": 360,
            "name": "Hackworld",
            "creator": 838444,
            "group": 9,
            "created": "2020-08-31T18:07:42.566131Z",
            "started": null,
            "ended": null
        },
        {
            "id": 572,
            "name": "ok",
            "creator": 838059,
            "group": 4725,
            "created": "2021-03-09T13:48:41.332255Z",
            "started": null,
            "ended": null
        },
        {
            "id": 493,
            "name": "saiio678884789437",
            "creator": 838050,
            "group": 5590,
            "created": "2021-01-12T10:39:48.755114Z",
            "started": null,
            "ended": null
        },
        {
            "id": 792,
            "name": "gogo",
            "creator": 838050,
            "group": 1144,
            "created": "2021-08-03T06:26:30.623250Z",
            "started": null,
            "ended": null
        },
        {
            "id": 378,
            "name": "A tournament",
            "creator": 836874,
            "group": 6721,
            "created": "2020-09-17T13:51:10.303407Z",
            "started": null,
            "ended": null
        }
    ]
}