GET /api/v1/tournament_records/?format=api&ordering=-ended&page=49
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=50",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=48",
    "results": [
        {
            "id": 478,
            "name": "Test",
            "creator": 427829,
            "group": 4603,
            "created": "2020-12-24T11:24:06.492333Z",
            "started": null,
            "ended": null
        },
        {
            "id": 479,
            "name": "Test",
            "creator": 856222,
            "group": 7764,
            "created": "2020-12-27T19:14:56.789747Z",
            "started": null,
            "ended": null
        },
        {
            "id": 480,
            "name": "⋯",
            "creator": 882245,
            "group": 7434,
            "created": "2020-12-28T07:13:58.184507Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1542,
            "name": "9x9 Susquenita go Club tournament",
            "creator": 1445427,
            "group": 13679,
            "created": "2023-10-27T11:49:28.666928Z",
            "started": null,
            "ended": null
        },
        {
            "id": 482,
            "name": "ฟหกด่าสว",
            "creator": 750170,
            "group": 3770,
            "created": "2021-01-03T02:53:22.266514Z",
            "started": null,
            "ended": null
        },
        {
            "id": 483,
            "name": "GG's",
            "creator": 861327,
            "group": 343,
            "created": "2021-01-04T21:17:59.199271Z",
            "started": null,
            "ended": null
        },
        {
            "id": 563,
            "name": "21S2 Division C",
            "creator": 848128,
            "group": 6974,
            "created": "2021-03-05T14:22:34.699373Z",
            "started": null,
            "ended": null
        },
        {
            "id": 504,
            "name": "Primer Torneo Abierto Neptuniense",
            "creator": 813211,
            "group": 7247,
            "created": "2021-01-22T20:13:01.944822Z",
            "started": null,
            "ended": null
        },
        {
            "id": 485,
            "name": "第一堂",
            "creator": 573525,
            "group": 7894,
            "created": "2021-01-08T10:02:48.697633Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}