GET /api/v1/tournament_records/?format=api&ordering=name&page=120
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=name&page=121",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=119",
    "results": [
        {
            "id": 946,
            "name": "Test",
            "creator": 302,
            "group": 4145,
            "created": "2022-01-02T23:45:06.881030Z",
            "started": null,
            "ended": null
        },
        {
            "id": 69,
            "name": "Test",
            "creator": 151416,
            "group": 633,
            "created": "2020-01-27T03:49:45.865901Z",
            "started": null,
            "ended": null
        },
        {
            "id": 76,
            "name": "Test",
            "creator": 72931,
            "group": 4414,
            "created": "2020-02-09T20:54:29.655354Z",
            "started": null,
            "ended": null
        },
        {
            "id": 72,
            "name": "Test",
            "creator": 724920,
            "group": 4384,
            "created": "2020-01-29T19:24:35.365544Z",
            "started": null,
            "ended": null
        },
        {
            "id": 40,
            "name": "Test",
            "creator": 533905,
            "group": 3207,
            "created": "2019-10-14T18:20:16.296757Z",
            "started": null,
            "ended": null
        },
        {
            "id": 808,
            "name": "Test",
            "creator": 126382,
            "group": 4794,
            "created": "2021-08-29T07:54:27.488255Z",
            "started": null,
            "ended": null
        },
        {
            "id": 863,
            "name": "Test",
            "creator": 796150,
            "group": 7068,
            "created": "2021-10-10T03:07:36.212823Z",
            "started": null,
            "ended": null
        },
        {
            "id": 479,
            "name": "Test",
            "creator": 856222,
            "group": 7764,
            "created": "2020-12-27T19:14:56.789747Z",
            "started": null,
            "ended": null
        },
        {
            "id": 260,
            "name": "Test",
            "creator": 27056,
            "group": 139,
            "created": "2020-06-03T11:18:09.728794Z",
            "started": null,
            "ended": null
        },
        {
            "id": 99,
            "name": "Test",
            "creator": 1039,
            "group": 1240,
            "created": "2020-03-18T13:45:05.408668Z",
            "started": null,
            "ended": null
        }
    ]
}