GET /api/v1/tournament_records/?format=api&ordering=created&page=8
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=created&page=9",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=created&page=7",
    "results": [
        {
            "id": 78,
            "name": "[i]kkkk",
            "creator": 85719,
            "group": 3807,
            "created": "2020-02-20T21:08:05.798061Z",
            "started": null,
            "ended": null
        },
        {
            "id": 79,
            "name": "go time 3#",
            "creator": 728080,
            "group": 515,
            "created": "2020-02-21T20:06:24.836935Z",
            "started": null,
            "ended": null
        },
        {
            "id": 80,
            "name": "hello",
            "creator": 731652,
            "group": 4456,
            "created": "2020-02-25T04:46:46.033979Z",
            "started": null,
            "ended": null
        },
        {
            "id": 81,
            "name": "test",
            "creator": 212102,
            "group": 4409,
            "created": "2020-03-02T08:05:25.073685Z",
            "started": null,
            "ended": null
        },
        {
            "id": 82,
            "name": "Teszt",
            "creator": 34673,
            "group": 3827,
            "created": "2020-03-06T08:28:25.056623Z",
            "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
        }
    ]
}