GET /api/v1/tournament_records/?format=api&ordering=-name&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=4",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=2",
    "results": [
        {
            "id": 246,
            "name": "纯人",
            "creator": 762174,
            "group": 5590,
            "created": "2020-05-24T13:14:07.840388Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1684,
            "name": "精简版",
            "creator": 1570423,
            "group": 14350,
            "created": "2024-06-09T04:55:10.562732Z",
            "started": null,
            "ended": null
        },
        {
            "id": 307,
            "name": "筑紫の集い",
            "creator": 786109,
            "group": 5812,
            "created": "2020-07-10T00:59:55.774330Z",
            "started": null,
            "ended": null
        },
        {
            "id": 309,
            "name": "筑紫の集い",
            "creator": 786109,
            "group": 5812,
            "created": "2020-07-10T01:21:17.913883Z",
            "started": null,
            "ended": null
        },
        {
            "id": 308,
            "name": "筑紫の集い",
            "creator": 786109,
            "group": 5812,
            "created": "2020-07-10T01:20:25.527154Z",
            "started": null,
            "ended": null
        },
        {
            "id": 986,
            "name": "第二届世界华人围棋联赛",
            "creator": 1081545,
            "group": 8419,
            "created": "2022-01-25T03:04:49.959312Z",
            "started": null,
            "ended": null
        },
        {
            "id": 880,
            "name": "第一届线下群内赛",
            "creator": 788451,
            "group": 10431,
            "created": "2021-10-27T10:51:14.675654Z",
            "started": null,
            "ended": null
        },
        {
            "id": 486,
            "name": "第一堂捉棋",
            "creator": 573525,
            "group": 7894,
            "created": "2021-01-08T10:05:00.455108Z",
            "started": null,
            "ended": null
        },
        {
            "id": 485,
            "name": "第一堂",
            "creator": 573525,
            "group": 7894,
            "created": "2021-01-08T10:02:48.697633Z",
            "started": null,
            "ended": null
        },
        {
            "id": 171,
            "name": "竹大一戈",
            "creator": 736057,
            "group": 4493,
            "created": "2020-04-20T08:24:49.364026Z",
            "started": null,
            "ended": null
        }
    ]
}