GET /api/v1/tournament_records/?format=api&ordering=-name&page=33
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=-name&page=34",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=32",
    "results": [
        {
            "id": 881,
            "name": "Tiger",
            "creator": 355524,
            "group": 25,
            "created": "2021-10-29T02:41:32.916447Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1420,
            "name": "thunder",
            "creator": 1172566,
            "group": 10060,
            "created": "2023-03-30T04:46:30.511904Z",
            "started": null,
            "ended": null
        },
        {
            "id": 850,
            "name": "Thum",
            "creator": 1045870,
            "group": 6823,
            "created": "2021-09-26T05:23:58.675242Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1742,
            "name": "the way to Go Master",
            "creator": 1399992,
            "group": 14482,
            "created": "2024-07-26T03:12:58.014751Z",
            "started": null,
            "ended": null
        },
        {
            "id": 689,
            "name": "the strongest newcomer in the world",
            "creator": 721084,
            "group": 9239,
            "created": "2021-05-22T08:02:21.180384Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1602,
            "name": "The Pro Group Tournament",
            "creator": 1443345,
            "group": 13928,
            "created": "2024-01-05T08:59:39.194988Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1604,
            "name": "The proGroup",
            "creator": 1443399,
            "group": 13928,
            "created": "2024-01-07T12:55:06.611839Z",
            "started": null,
            "ended": null
        },
        {
            "id": 579,
            "name": "The NY Private Championships",
            "creator": 947864,
            "group": 515,
            "created": "2021-03-12T00:09:14.616120Z",
            "started": null,
            "ended": null
        },
        {
            "id": 35,
            "name": "Them Hitters",
            "creator": 485271,
            "group": 2949,
            "created": "2019-09-19T19:31:32.753270Z",
            "started": null,
            "ended": null
        },
        {
            "id": 220,
            "name": "THE GAME OF GO",
            "creator": 634009,
            "group": 4184,
            "created": "2020-05-13T08:21:00.148011Z",
            "started": null,
            "ended": null
        }
    ]
}