GET /api/v1/tournament_records/?format=api&ordering=-name&page=38
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=39",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=37",
    "results": [
        {
            "id": 8,
            "name": "Test",
            "creator": 87790,
            "group": 3516,
            "created": "2019-07-15T11:26:57.296325Z",
            "started": null,
            "ended": null
        },
        {
            "id": 808,
            "name": "Test",
            "creator": 126382,
            "group": 4794,
            "created": "2021-08-29T07:54:27.488255Z",
            "started": null,
            "ended": null
        },
        {
            "id": 478,
            "name": "Test",
            "creator": 427829,
            "group": 4603,
            "created": "2020-12-24T11:24:06.492333Z",
            "started": null,
            "ended": null
        },
        {
            "id": 223,
            "name": "Test",
            "creator": 150805,
            "group": 5705,
            "created": "2020-05-14T01:23:18.176258Z",
            "started": null,
            "ended": null
        },
        {
            "id": 946,
            "name": "Test",
            "creator": 302,
            "group": 4145,
            "created": "2022-01-02T23:45:06.881030Z",
            "started": null,
            "ended": null
        },
        {
            "id": 958,
            "name": "Test",
            "creator": 37118,
            "group": 2942,
            "created": "2022-01-14T20:33:27.929085Z",
            "started": null,
            "ended": null
        },
        {
            "id": 5,
            "name": "Test",
            "creator": 784,
            "group": 25,
            "created": "2019-07-13T18:19:53.765320Z",
            "started": null,
            "ended": null
        },
        {
            "id": 99,
            "name": "Test",
            "creator": 1039,
            "group": 1240,
            "created": "2020-03-18T13:45:05.408668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1885,
            "name": "Test",
            "creator": 568679,
            "group": 14853,
            "created": "2025-06-03T21:09:00.388171Z",
            "started": null,
            "ended": null
        },
        {
            "id": 479,
            "name": "Test",
            "creator": 856222,
            "group": 7764,
            "created": "2020-12-27T19:14:56.789747Z",
            "started": null,
            "ended": null
        }
    ]
}