GET /api/v1/tournament_records/?format=api&ordering=name&page=121
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=122",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=120",
    "results": [
        {
            "id": 958,
            "name": "Test",
            "creator": 37118,
            "group": 2942,
            "created": "2022-01-14T20:33:27.929085Z",
            "started": null,
            "ended": null
        },
        {
            "id": 627,
            "name": "Test",
            "creator": 628772,
            "group": 3265,
            "created": "2021-04-16T14:03:48.403353Z",
            "started": null,
            "ended": null
        },
        {
            "id": 478,
            "name": "Test",
            "creator": 427829,
            "group": 4603,
            "created": "2020-12-24T11:24:06.492333Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1885,
            "name": "Test",
            "creator": 568679,
            "group": 14853,
            "created": "2025-06-03T21:09:00.388171Z",
            "started": null,
            "ended": null
        },
        {
            "id": 5,
            "name": "Test",
            "creator": 784,
            "group": 25,
            "created": "2019-07-13T18:19:53.765320Z",
            "started": null,
            "ended": null
        },
        {
            "id": 925,
            "name": "Test",
            "creator": 1031007,
            "group": 9933,
            "created": "2021-12-08T18:51:08.391196Z",
            "started": null,
            "ended": null
        },
        {
            "id": 8,
            "name": "Test",
            "creator": 87790,
            "group": 3516,
            "created": "2019-07-15T11:26:57.296325Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1736,
            "name": "Test",
            "creator": 1588035,
            "group": 25,
            "created": "2024-07-08T00:13:44.312144Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1560,
            "name": "Test",
            "creator": 629701,
            "group": 5522,
            "created": "2023-11-16T13:32:35.427104Z",
            "started": null,
            "ended": null
        },
        {
            "id": 489,
            "name": "Test",
            "creator": 61151,
            "group": 7898,
            "created": "2021-01-08T20:34:53.263455Z",
            "started": null,
            "ended": null
        }
    ]
}