GET /api/v1/tournament_records/?format=api&ordering=started&page=58
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=started&page=59",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started&page=57",
    "results": [
        {
            "id": 567,
            "name": "hi",
            "creator": 941977,
            "group": 8552,
            "created": "2021-03-07T03:46:40.244871Z",
            "started": null,
            "ended": null
        },
        {
            "id": 568,
            "name": "BGA Online Congress 2021",
            "creator": 102628,
            "group": 7952,
            "created": "2021-03-07T09:52:21.579813Z",
            "started": null,
            "ended": null
        },
        {
            "id": 591,
            "name": "Easter Egg Competition",
            "creator": 554796,
            "group": 3852,
            "created": "2021-03-18T11:00:22.454046Z",
            "started": null,
            "ended": null
        },
        {
            "id": 571,
            "name": "Los Gatitos Pipiolos",
            "creator": 719091,
            "group": 7638,
            "created": "2021-03-08T18:51:42.085761Z",
            "started": null,
            "ended": null
        },
        {
            "id": 572,
            "name": "ok",
            "creator": 838059,
            "group": 4725,
            "created": "2021-03-09T13:48:41.332255Z",
            "started": null,
            "ended": null
        },
        {
            "id": 627,
            "name": "Test",
            "creator": 628772,
            "group": 3265,
            "created": "2021-04-16T14:03:48.403353Z",
            "started": null,
            "ended": null
        },
        {
            "id": 628,
            "name": "Hi!",
            "creator": 983888,
            "group": 8894,
            "created": "2021-04-16T16:17:39.542177Z",
            "started": null,
            "ended": null
        },
        {
            "id": 573,
            "name": "doruk",
            "creator": 955814,
            "group": 8555,
            "created": "2021-03-10T09:08:59.849104Z",
            "started": null,
            "ended": null
        },
        {
            "id": 574,
            "name": "Bora",
            "creator": 957151,
            "group": 8555,
            "created": "2021-03-10T09:16:09.359113Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}