GET /api/v1/tournament_records/?format=api&ordering=-ended&page=9
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=10",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=8",
    "results": [
        {
            "id": 1248,
            "name": "crazy bot beginner",
            "creator": 983580,
            "group": 9289,
            "created": "2022-09-18T10:08:46.448030Z",
            "started": null,
            "ended": null
        },
        {
            "id": 86,
            "name": "ff",
            "creator": 738665,
            "group": 515,
            "created": "2020-03-13T14:23:14.181174Z",
            "started": null,
            "ended": null
        },
        {
            "id": 87,
            "name": "sks",
            "creator": 738665,
            "group": 515,
            "created": "2020-03-13T14:24:33.814924Z",
            "started": null,
            "ended": null
        },
        {
            "id": 88,
            "name": "나",
            "creator": 738665,
            "group": 4544,
            "created": "2020-03-13T15:26:44.571819Z",
            "started": null,
            "ended": null
        },
        {
            "id": 89,
            "name": "ㅛ",
            "creator": 738665,
            "group": 4544,
            "created": "2020-03-13T15:27:50.986738Z",
            "started": null,
            "ended": null
        },
        {
            "id": 90,
            "name": "h",
            "creator": 738665,
            "group": 4544,
            "created": "2020-03-13T15:32:28.129058Z",
            "started": null,
            "ended": null
        },
        {
            "id": 91,
            "name": "iiiiiiiiii",
            "creator": 738665,
            "group": 4544,
            "created": "2020-03-13T15:39:18.702412Z",
            "started": null,
            "ended": null
        },
        {
            "id": 92,
            "name": "r",
            "creator": 738665,
            "group": 4544,
            "created": "2020-03-13T15:40:55.292305Z",
            "started": null,
            "ended": null
        },
        {
            "id": 93,
            "name": "OGS Title Tournament",
            "creator": 375043,
            "group": 515,
            "created": "2020-03-13T17:12:10.818846Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}