GET /api/v1/tournament_records/?format=api&ordering=-name&page=40
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=-name&page=41",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=39",
    "results": [
        {
            "id": 925,
            "name": "Test",
            "creator": 1031007,
            "group": 9933,
            "created": "2021-12-08T18:51:08.391196Z",
            "started": null,
            "ended": null
        },
        {
            "id": 72,
            "name": "Test",
            "creator": 724920,
            "group": 4384,
            "created": "2020-01-29T19:24:35.365544Z",
            "started": null,
            "ended": null
        },
        {
            "id": 808,
            "name": "Test",
            "creator": 126382,
            "group": 4794,
            "created": "2021-08-29T07:54:27.488255Z",
            "started": null,
            "ended": null
        },
        {
            "id": 958,
            "name": "Test",
            "creator": 37118,
            "group": 2942,
            "created": "2022-01-14T20:33:27.929085Z",
            "started": null,
            "ended": null
        },
        {
            "id": 69,
            "name": "Test",
            "creator": 151416,
            "group": 633,
            "created": "2020-01-27T03:49:45.865901Z",
            "started": null,
            "ended": null
        },
        {
            "id": 990,
            "name": "test",
            "creator": 568679,
            "group": 8562,
            "created": "2022-01-27T20:17:10.183136Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1921,
            "name": "test",
            "creator": 491290,
            "group": 14853,
            "created": "2025-08-20T08:26:24.674703Z",
            "started": null,
            "ended": null
        },
        {
            "id": 822,
            "name": "test",
            "creator": 681206,
            "group": 9770,
            "created": "2021-09-12T00:39:15.333051Z",
            "started": null,
            "ended": null
        },
        {
            "id": 751,
            "name": "test",
            "creator": 908569,
            "group": 9458,
            "created": "2021-07-04T13:26:24.167657Z",
            "started": null,
            "ended": null
        },
        {
            "id": 816,
            "name": "test",
            "creator": 126382,
            "group": 4794,
            "created": "2021-09-02T13:56:52.476474Z",
            "started": null,
            "ended": null
        }
    ]
}