GET /api/v1/tournament_records/?format=api&ordering=-name&page=123
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=124",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=122",
    "results": [
        {
            "id": 973,
            "name": "Brandon Sy",
            "creator": 1052870,
            "group": 3,
            "created": "2022-01-21T03:30:47.939936Z",
            "started": null,
            "ended": null
        },
        {
            "id": 975,
            "name": "Brandon Sy",
            "creator": 1052870,
            "group": 3,
            "created": "2022-01-21T03:41:55.011630Z",
            "started": null,
            "ended": null
        },
        {
            "id": 195,
            "name": "BPK League v1",
            "creator": 510353,
            "group": 2293,
            "created": "2020-05-01T01:59:54.937291Z",
            "started": null,
            "ended": null
        },
        {
            "id": 471,
            "name": "Bpk",
            "creator": 510353,
            "group": 2293,
            "created": "2020-12-19T03:25:12.659244Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1807,
            "name": "Boy are better than girl",
            "creator": 1401275,
            "group": 14877,
            "created": "2024-12-16T12:10:21.308804Z",
            "started": null,
            "ended": null
        },
        {
            "id": 444,
            "name": "Boya",
            "creator": 878656,
            "group": 7339,
            "created": "2020-11-21T01:07:17.942220Z",
            "started": null,
            "ended": null
        },
        {
            "id": 397,
            "name": "Boss",
            "creator": 854422,
            "group": 7029,
            "created": "2020-10-06T13:25:48.210650Z",
            "started": null,
            "ended": null
        },
        {
            "id": 574,
            "name": "Bora",
            "creator": 957151,
            "group": 8555,
            "created": "2021-03-10T09:16:09.359113Z",
            "started": null,
            "ended": null
        },
        {
            "id": 575,
            "name": "Bora",
            "creator": 957151,
            "group": 8555,
            "created": "2021-03-10T09:17:54.260151Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1926,
            "name": "Boop",
            "creator": 568679,
            "group": 8562,
            "created": "2025-08-29T10:44:36.035998Z",
            "started": null,
            "ended": null
        }
    ]
}