GET /api/v1/tournament_records/?format=api&ordering=-name&page=41
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=42",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=40",
    "results": [
        {
            "id": 751,
            "name": "test",
            "creator": 908569,
            "group": 9458,
            "created": "2021-07-04T13:26:24.167657Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1845,
            "name": "test",
            "creator": 1654814,
            "group": 15144,
            "created": "2025-03-09T01:39:03.173257Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1779,
            "name": "test",
            "creator": 1643413,
            "group": 14738,
            "created": "2024-10-25T16:26:30.892927Z",
            "started": null,
            "ended": null
        },
        {
            "id": 445,
            "name": "test",
            "creator": 93741,
            "group": 351,
            "created": "2020-11-21T19:22:27.080720Z",
            "started": null,
            "ended": null
        },
        {
            "id": 417,
            "name": "test",
            "creator": 55006,
            "group": 7086,
            "created": "2020-10-17T06:47:30.167888Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1694,
            "name": "test",
            "creator": 1249008,
            "group": 12594,
            "created": "2024-06-19T20:07:53.010989Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1471,
            "name": "test",
            "creator": 1378085,
            "group": 13375,
            "created": "2023-07-04T21:17:54.022438Z",
            "started": null,
            "ended": null
        },
        {
            "id": 524,
            "name": "test",
            "creator": 618308,
            "group": 8228,
            "created": "2021-02-04T21:53:10.876092Z",
            "started": null,
            "ended": null
        },
        {
            "id": 523,
            "name": "test",
            "creator": 309835,
            "group": 6635,
            "created": "2021-02-03T16:04:59.891013Z",
            "started": null,
            "ended": null
        },
        {
            "id": 802,
            "name": "test",
            "creator": 416731,
            "group": 7731,
            "created": "2021-08-18T00:29:55.117098Z",
            "started": null,
            "ended": null
        }
    ]
}