GET /api/v1/tournament_records/?format=api&ordering=started&page=2
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=started&page=3",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started",
    "results": [
        {
            "id": 11,
            "name": "สาระRail361! Tour",
            "creator": 148806,
            "group": 2571,
            "created": "2019-07-18T08:04:54.718375Z",
            "started": null,
            "ended": null
        },
        {
            "id": 12,
            "name": "愛莎",
            "creator": 559306,
            "group": 25,
            "created": "2019-07-18T11:21:47.450479Z",
            "started": null,
            "ended": null
        },
        {
            "id": 13,
            "name": "Normal Elimination 8 players (#32)",
            "creator": 211504,
            "group": 454,
            "created": "2019-07-18T18:54:14.570429Z",
            "started": null,
            "ended": null
        },
        {
            "id": 29,
            "name": "AYD Season 25",
            "creator": 473434,
            "group": 3777,
            "created": "2019-09-06T17:20:10.058236Z",
            "started": null,
            "ended": null
        },
        {
            "id": 763,
            "name": "HBJHKJHBIUIHYGHKLK",
            "creator": 1022362,
            "group": 7001,
            "created": "2021-07-15T03:05:40.986989Z",
            "started": null,
            "ended": null
        },
        {
            "id": 14,
            "name": "DDK Bracket Tourney",
            "creator": 508594,
            "group": 3524,
            "created": "2019-07-23T19:09:36.693622Z",
            "started": null,
            "ended": null
        },
        {
            "id": 15,
            "name": "Artzy",
            "creator": 151923,
            "group": 3869,
            "created": "2019-07-25T02:35:20.625775Z",
            "started": null,
            "ended": null
        },
        {
            "id": 17,
            "name": "Matiko_madrid",
            "creator": 650643,
            "group": 3878,
            "created": "2019-07-28T19:40:27.062966Z",
            "started": null,
            "ended": null
        },
        {
            "id": 31,
            "name": "Jverifrefu Srifirefrei",
            "creator": 649829,
            "group": 3640,
            "created": "2019-09-09T23:27:37.556434Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}