GET /api/v1/tournament_records/?format=api&ordering=-group&page=64
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=-group&page=65",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-group&page=63",
    "results": [
        {
            "id": 589,
            "name": "abc",
            "creator": 951001,
            "group": 8651,
            "created": "2021-03-18T01:25:53.716926Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1015,
            "name": "Jam Toast",
            "creator": 1097117,
            "group": 8628,
            "created": "2022-02-13T05:01:11.029027Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1421,
            "name": "tournament",
            "creator": 1115574,
            "group": 8628,
            "created": "2023-03-30T15:04:51.386998Z",
            "started": null,
            "ended": null
        },
        {
            "id": 581,
            "name": "Shima 1",
            "creator": 959360,
            "group": 8623,
            "created": "2021-03-12T12:24:40.333938Z",
            "started": null,
            "ended": null
        },
        {
            "id": 700,
            "name": "Magic Battle Royale: Chief Magician Cup",
            "creator": 915379,
            "group": 8605,
            "created": "2021-05-30T18:01:02.007041Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1776,
            "name": "Go magic",
            "creator": 1132253,
            "group": 8605,
            "created": "2024-10-23T01:22:17.549374Z",
            "started": null,
            "ended": null
        },
        {
            "id": 566,
            "name": "Extra Section- (Free)",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-06T16:42:13.770984Z",
            "started": null,
            "ended": null
        },
        {
            "id": 569,
            "name": "Group Section IV",
            "creator": 89993,
            "group": 8562,
            "created": "2021-03-07T19:18:24.267141Z",
            "started": null,
            "ended": null
        },
        {
            "id": 586,
            "name": "Group Section V",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-16T12:35:07.817718Z",
            "started": null,
            "ended": null
        },
        {
            "id": 587,
            "name": "Group Section VI",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-16T13:55:34.647821Z",
            "started": null,
            "ended": null
        }
    ]
}