GET /api/v1/tournament_records/?format=api&ordering=-name&page=39
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=40",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=38",
    "results": [
        {
            "id": 1736,
            "name": "Test",
            "creator": 1588035,
            "group": 25,
            "created": "2024-07-08T00:13:44.312144Z",
            "started": null,
            "ended": null
        },
        {
            "id": 40,
            "name": "Test",
            "creator": 533905,
            "group": 3207,
            "created": "2019-10-14T18:20:16.296757Z",
            "started": null,
            "ended": null
        },
        {
            "id": 489,
            "name": "Test",
            "creator": 61151,
            "group": 7898,
            "created": "2021-01-08T20:34:53.263455Z",
            "started": null,
            "ended": null
        },
        {
            "id": 322,
            "name": "Test",
            "creator": 797566,
            "group": 6293,
            "created": "2020-07-26T16:07:48.079669Z",
            "started": null,
            "ended": null
        },
        {
            "id": 427,
            "name": "Test",
            "creator": 865290,
            "group": 7187,
            "created": "2020-11-03T16:51:58.076051Z",
            "started": null,
            "ended": null
        },
        {
            "id": 925,
            "name": "Test",
            "creator": 1031007,
            "group": 9933,
            "created": "2021-12-08T18:51:08.391196Z",
            "started": null,
            "ended": null
        },
        {
            "id": 479,
            "name": "Test",
            "creator": 856222,
            "group": 7764,
            "created": "2020-12-27T19:14:56.789747Z",
            "started": null,
            "ended": null
        },
        {
            "id": 76,
            "name": "Test",
            "creator": 72931,
            "group": 4414,
            "created": "2020-02-09T20:54:29.655354Z",
            "started": null,
            "ended": null
        },
        {
            "id": 150,
            "name": "Test",
            "creator": 748286,
            "group": 5132,
            "created": "2020-04-09T10:51:25.992514Z",
            "started": null,
            "ended": null
        },
        {
            "id": 72,
            "name": "Test",
            "creator": 724920,
            "group": 4384,
            "created": "2020-01-29T19:24:35.365544Z",
            "started": null,
            "ended": null
        }
    ]
}