GET /api/v1/tournament_records/?format=api&ordering=-ended&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=-ended&page=9",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=7",
    "results": [
        {
            "id": 74,
            "name": "Beat the Kyu be the Dan record",
            "creator": 281554,
            "group": 20,
            "created": "2020-02-06T15:44:32.785480Z",
            "started": null,
            "ended": null
        },
        {
            "id": 76,
            "name": "Test",
            "creator": 72931,
            "group": 4414,
            "created": "2020-02-09T20:54:29.655354Z",
            "started": null,
            "ended": null
        },
        {
            "id": 77,
            "name": "   ",
            "creator": 727930,
            "group": 4424,
            "created": "2020-02-17T06:00:37.481459Z",
            "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": 78,
            "name": "[i]kkkk",
            "creator": 85719,
            "group": 3807,
            "created": "2020-02-20T21:08:05.798061Z",
            "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": 779,
            "name": "gu7 ft",
            "creator": 1016128,
            "group": 6630,
            "created": "2021-07-22T08:11:26.379333Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}