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": 95,
            "name": "chess",
            "creator": 739083,
            "group": 4490,
            "created": "2020-03-14T12:00:30.919424Z",
            "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": 98,
            "name": "Go Class Tournament",
            "creator": 737452,
            "group": 4513,
            "created": "2020-03-15T21:20:17.035921Z",
            "started": null,
            "ended": null
        },
        {
            "id": 159,
            "name": "a",
            "creator": 737306,
            "group": 5213,
            "created": "2020-04-13T05:11:25.964137Z",
            "started": null,
            "ended": null
        }
    ]
}