GET /api/v1/tournament_records/?format=api&ordering=created&page=56
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=created&page=57",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=created&page=55",
    "results": [
        {
            "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": 629,
            "name": "Привет",
            "creator": 984039,
            "group": 8940,
            "created": "2021-04-17T13:00:44.940774Z",
            "started": null,
            "ended": null
        },
        {
            "id": 630,
            "name": "Pokemon go",
            "creator": 981624,
            "group": 8865,
            "created": "2021-04-17T19:21:00.717296Z",
            "started": null,
            "ended": null
        },
        {
            "id": 631,
            "name": "Partida",
            "creator": 981624,
            "group": 8865,
            "created": "2021-04-17T19:41:19.538949Z",
            "started": null,
            "ended": null
        },
        {
            "id": 632,
            "name": "B20-Div-3: TARUC CoQ Day",
            "creator": 927838,
            "group": 8924,
            "created": "2021-04-18T00:54:38.578666Z",
            "started": null,
            "ended": null
        },
        {
            "id": 633,
            "name": "Yan",
            "creator": 897284,
            "group": 6332,
            "created": "2021-04-18T14:42:46.590702Z",
            "started": null,
            "ended": null
        },
        {
            "id": 634,
            "name": "12345",
            "creator": 882235,
            "group": 7434,
            "created": "2021-04-19T07:12:38.951943Z",
            "started": null,
            "ended": null
        },
        {
            "id": 635,
            "name": "5555",
            "creator": 986704,
            "group": 3,
            "created": "2021-04-21T11:43:51.279869Z",
            "started": null,
            "ended": null
        },
        {
            "id": 636,
            "name": "Interclubs 2021",
            "creator": 135206,
            "group": 459,
            "created": "2021-04-23T06:20:37.330702Z",
            "started": null,
            "ended": null
        }
    ]
}