GET /api/v1/tournament_records/?format=api&ordering=-creator&page=101
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=102",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=100",
    "results": [
        {
            "id": 399,
            "name": "ass,lde",
            "creator": 831547,
            "group": 6936,
            "created": "2020-10-08T08:41:53.612816Z",
            "started": null,
            "ended": null
        },
        {
            "id": 501,
            "name": "ozzy",
            "creator": 831547,
            "group": 7697,
            "created": "2021-01-22T12:19:58.936964Z",
            "started": null,
            "ended": null
        },
        {
            "id": 505,
            "name": "ozzyiscimen",
            "creator": 831547,
            "group": 309,
            "created": "2021-01-23T06:08:40.432092Z",
            "started": null,
            "ended": null
        },
        {
            "id": 510,
            "name": "aras hacker",
            "creator": 831547,
            "group": 7896,
            "created": "2021-01-27T06:30:18.427631Z",
            "started": null,
            "ended": null
        },
        {
            "id": 512,
            "name": "lllllll",
            "creator": 831547,
            "group": 43,
            "created": "2021-01-28T14:17:13.982375Z",
            "started": null,
            "ended": null
        },
        {
            "id": 513,
            "name": "kps",
            "creator": 831547,
            "group": 43,
            "created": "2021-01-28T14:32:34.190832Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1237,
            "name": "round robin",
            "creator": 829659,
            "group": 9450,
            "created": "2022-08-18T23:31:05.645867Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1331,
            "name": "Round Robin",
            "creator": 829659,
            "group": 9450,
            "created": "2022-12-30T18:41:26.785866Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1485,
            "name": "International Moon Day",
            "creator": 829659,
            "group": 9450,
            "created": "2023-07-18T21:35:49.338985Z",
            "started": null,
            "ended": null
        },
        {
            "id": 345,
            "name": "hermanos",
            "creator": 828549,
            "group": 6581,
            "created": "2020-08-16T19:18:44.648875Z",
            "started": null,
            "ended": null
        }
    ]
}