GET /api/v1/tournament_records/?format=api&ordering=id&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=id&page=10",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=id&page=8",
    "results": [
        {
            "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": 94,
            "name": "DsaSszsfxzzzzzzaaEddww",
            "creator": 675914,
            "group": 43,
            "created": "2020-03-13T18:41:54.641083Z",
            "started": null,
            "ended": null
        },
        {
            "id": 95,
            "name": "chess",
            "creator": 739083,
            "group": 4490,
            "created": "2020-03-14T12:00:30.919424Z",
            "started": null,
            "ended": null
        },
        {
            "id": 96,
            "name": "              ",
            "creator": 733115,
            "group": 4550,
            "created": "2020-03-14T12:51:58.654674Z",
            "started": null,
            "ended": null
        },
        {
            "id": 97,
            "name": "Oslo",
            "creator": 129505,
            "group": 1917,
            "created": "2020-03-15T20:04:27.119938Z",
            "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": 99,
            "name": "Test",
            "creator": 1039,
            "group": 1240,
            "created": "2020-03-18T13:45:05.408668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 101,
            "name": "Online Competitie",
            "creator": 70458,
            "group": 147,
            "created": "2020-03-20T20:18:01.224459Z",
            "started": null,
            "ended": null
        }
    ]
}