GET /api/v1/tournament_records/?format=api&ordering=id&page=7
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=id&page=8",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=id&page=6",
    "results": [
        {
            "id": 68,
            "name": "La Premiere",
            "creator": 724998,
            "group": 4377,
            "created": "2020-01-26T10:19:33.435099Z",
            "started": null,
            "ended": null
        },
        {
            "id": 69,
            "name": "Test",
            "creator": 151416,
            "group": 633,
            "created": "2020-01-27T03:49:45.865901Z",
            "started": null,
            "ended": null
        },
        {
            "id": 70,
            "name": "osho",
            "creator": 278620,
            "group": 3824,
            "created": "2020-01-28T00:25:23.726575Z",
            "started": null,
            "ended": null
        },
        {
            "id": 71,
            "name": "Beat the Kyu be a Dan series",
            "creator": 281554,
            "group": 20,
            "created": "2020-01-28T08:20:38.471745Z",
            "started": null,
            "ended": null
        },
        {
            "id": 72,
            "name": "Test",
            "creator": 724920,
            "group": 4384,
            "created": "2020-01-29T19:24:35.365544Z",
            "started": null,
            "ended": null
        },
        {
            "id": 73,
            "name": "No handicap",
            "creator": 713157,
            "group": 38,
            "created": "2020-02-04T14:02:15.794397Z",
            "started": null,
            "ended": null
        },
        {
            "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": 75,
            "name": "GOGO",
            "creator": 166343,
            "group": 24,
            "created": "2020-02-07T15:11:59.144481Z",
            "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
        }
    ]
}