GET /api/v1/tournament_records/?format=api&ordering=creator&page=12
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=13",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=11",
    "results": [
        {
            "id": 1676,
            "name": "asd",
            "creator": 370803,
            "group": 14211,
            "created": "2024-05-17T15:49:40.325909Z",
            "started": null,
            "ended": null
        },
        {
            "id": 93,
            "name": "OGS Title Tournament",
            "creator": 375043,
            "group": 515,
            "created": "2020-03-13T17:12:10.818846Z",
            "started": null,
            "ended": null
        },
        {
            "id": 60,
            "name": "Automatic Sitewide Tournament",
            "creator": 375043,
            "group": 515,
            "created": "2020-01-13T08:34:58.479960Z",
            "started": null,
            "ended": null
        },
        {
            "id": 391,
            "name": "21S1 Division A",
            "creator": 388908,
            "group": 6974,
            "created": "2020-09-29T16:34:14.169415Z",
            "started": null,
            "ended": null
        },
        {
            "id": 38,
            "name": "Torneo Interno Fénix",
            "creator": 412499,
            "group": 1620,
            "created": "2019-09-29T14:36:50.008242Z",
            "started": null,
            "ended": null
        },
        {
            "id": 802,
            "name": "test",
            "creator": 416731,
            "group": 7731,
            "created": "2021-08-18T00:29:55.117098Z",
            "started": null,
            "ended": null
        },
        {
            "id": 929,
            "name": "2021棋王争霸赛",
            "creator": 426307,
            "group": 6636,
            "created": "2021-12-13T03:49:42.895462Z",
            "started": null,
            "ended": null
        },
        {
            "id": 478,
            "name": "Test",
            "creator": 427829,
            "group": 4603,
            "created": "2020-12-24T11:24:06.492333Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1498,
            "name": "Test Record Tourmanent",
            "creator": 427977,
            "group": 1460,
            "created": "2023-08-22T15:46:06.718933Z",
            "started": null,
            "ended": null
        },
        {
            "id": 133,
            "name": "---",
            "creator": 427977,
            "group": 1460,
            "created": "2020-04-03T12:54:09.414014Z",
            "started": null,
            "ended": null
        }
    ]
}