GET /api/v1/tournament_records/?format=api&ordering=ended&page=59
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=ended&page=60",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=ended&page=58",
    "results": [
        {
            "id": 577,
            "name": "testing",
            "creator": 302584,
            "group": 8219,
            "created": "2021-03-11T04:58:26.302363Z",
            "started": null,
            "ended": null
        },
        {
            "id": 578,
            "name": "Ian chess tornament",
            "creator": 952109,
            "group": 25,
            "created": "2021-03-11T09:00:37.598675Z",
            "started": null,
            "ended": null
        },
        {
            "id": 579,
            "name": "The NY Private Championships",
            "creator": 947864,
            "group": 515,
            "created": "2021-03-12T00:09:14.616120Z",
            "started": null,
            "ended": null
        },
        {
            "id": 580,
            "name": "derin",
            "creator": 959184,
            "group": 8555,
            "created": "2021-03-12T07:14:30.982828Z",
            "started": null,
            "ended": null
        },
        {
            "id": 581,
            "name": "Shima 1",
            "creator": 959360,
            "group": 8623,
            "created": "2021-03-12T12:24:40.333938Z",
            "started": null,
            "ended": null
        },
        {
            "id": 582,
            "name": "Team russia tournament",
            "creator": 918036,
            "group": 8357,
            "created": "2021-03-12T17:52:09.462455Z",
            "started": null,
            "ended": null
        },
        {
            "id": 585,
            "name": "hi",
            "creator": 951001,
            "group": 25,
            "created": "2021-03-16T01:25:29.672489Z",
            "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": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}