GET /api/v1/tournament_records/?format=api&ordering=creator&page=123
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=124",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=122",
    "results": [
        {
            "id": 1556,
            "name": "ชายม.ปลาย",
            "creator": 1176325,
            "group": 13790,
            "created": "2023-11-15T14:24:29.519107Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1555,
            "name": "บลาๆๆ",
            "creator": 1176325,
            "group": 12053,
            "created": "2023-11-15T12:56:08.786887Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1207,
            "name": "กระดาน20",
            "creator": 1177398,
            "group": 12059,
            "created": "2022-07-12T04:59:16.063719Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1493,
            "name": "133qwd",
            "creator": 1177577,
            "group": 25,
            "created": "2023-08-10T13:56:51.575308Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1224,
            "name": "มาดิ์",
            "creator": 1178228,
            "group": 12021,
            "created": "2022-08-04T02:48:35.185324Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1274,
            "name": "Go basics tournaments 1",
            "creator": 1182840,
            "group": 25,
            "created": "2022-10-30T06:46:44.193667Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1504,
            "name": "Europe Go #1",
            "creator": 1182846,
            "group": 13537,
            "created": "2023-09-03T17:51:14.081528Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1215,
            "name": "Creamii vs _StockFish",
            "creator": 1182856,
            "group": 12124,
            "created": "2022-07-30T10:51:32.568728Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1214,
            "name": "TEST",
            "creator": 1182856,
            "group": 12121,
            "created": "2022-07-30T09:58:28.574189Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1349,
            "name": "easypeasy",
            "creator": 1187116,
            "group": 6332,
            "created": "2023-01-23T11:34:14.689695Z",
            "started": null,
            "ended": null
        }
    ]
}