GET /api/v1/tournament_records/?format=api&ordering=-ended&page=60
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=61",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=59",
    "results": [
        {
            "id": 590,
            "name": "Madeleine",
            "creator": 907106,
            "group": 25,
            "created": "2021-03-18T06:08:13.837473Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1880,
            "name": "1942Napaphat",
            "creator": 1781989,
            "group": 13760,
            "created": "2025-05-23T04:46:58.282588Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1881,
            "name": "sandy",
            "creator": 1248123,
            "group": 25,
            "created": "2025-05-25T05:01:32.094493Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1492,
            "name": "Let's go",
            "creator": 1269895,
            "group": 12930,
            "created": "2023-08-02T15:50:02.635456Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1897,
            "name": "记录",
            "creator": 1799979,
            "group": 15431,
            "created": "2025-06-19T07:49:23.737248Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1493,
            "name": "133qwd",
            "creator": 1177577,
            "group": 25,
            "created": "2023-08-10T13:56:51.575308Z",
            "started": null,
            "ended": null
        },
        {
            "id": 596,
            "name": "S_Alexander is the best!",
            "creator": 770016,
            "group": 6124,
            "created": "2021-03-20T09:45:40.419286Z",
            "started": null,
            "ended": null
        },
        {
            "id": 597,
            "name": "你好",
            "creator": 925466,
            "group": 8107,
            "created": "2021-03-21T03:44:34.269049Z",
            "started": null,
            "ended": null
        },
        {
            "id": 631,
            "name": "Partida",
            "creator": 981624,
            "group": 8865,
            "created": "2021-04-17T19:41:19.538949Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}