GET /api/v1/tournament_records/?format=api&ordering=ended&page=12
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=ended&page=13",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=ended&page=11",
    "results": [
        {
            "id": 128,
            "name": "テスト",
            "creator": 750823,
            "group": 4958,
            "created": "2020-03-31T13:24:12.964734Z",
            "started": null,
            "ended": null
        },
        {
            "id": 117,
            "name": "Kyu Level Study Group Ep 00000001",
            "creator": 728777,
            "group": 43,
            "created": "2020-03-25T19:53:05.163032Z",
            "started": null,
            "ended": null
        },
        {
            "id": 118,
            "name": "ปลาทู1",
            "creator": 510353,
            "group": 4821,
            "created": "2020-03-26T03:27:32.767068Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1250,
            "name": "SDK season 1",
            "creator": 127273,
            "group": 12163,
            "created": "2022-09-20T02:54:08.901542Z",
            "started": null,
            "ended": null
        },
        {
            "id": 119,
            "name": "lagazelle",
            "creator": 610985,
            "group": 95,
            "created": "2020-03-27T11:18:26.682790Z",
            "started": null,
            "ended": null
        },
        {
            "id": 161,
            "name": "復活節世界性圍棋大賽EasterWorld Go Competition",
            "creator": 743935,
            "group": 25,
            "created": "2020-04-16T02:16:30.640176Z",
            "started": null,
            "ended": null
        },
        {
            "id": 113,
            "name": "Cancelled",
            "creator": 21384,
            "group": 4626,
            "created": "2020-03-25T05:43:06.347108Z",
            "started": null,
            "ended": null
        },
        {
            "id": 121,
            "name": "Subscribe to bobby bs",
            "creator": 747928,
            "group": 4530,
            "created": "2020-03-29T01:38:24.847976Z",
            "started": null,
            "ended": null
        },
        {
            "id": 130,
            "name": "Slobodne partije",
            "creator": 687324,
            "group": 4800,
            "created": "2020-03-31T17:53:20.161819Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}