GET /api/v1/tournament_records/?format=api&ordering=-group
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=-group&page=2",
    "previous": null,
    "results": [
        {
            "id": 1952,
            "name": "Torneo 1 A ver cómo les gano",
            "creator": 1872058,
            "group": 15775,
            "created": "2025-10-03T20:07:58.779960Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1940,
            "name": "王不见王",
            "creator": 1865675,
            "group": 15745,
            "created": "2025-09-25T11:16:14.029576Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1951,
            "name": "Aji Tournament I",
            "creator": 1864817,
            "group": 15743,
            "created": "2025-10-01T21:26:45.163414Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1938,
            "name": "芋泥",
            "creator": 1864218,
            "group": 15732,
            "created": "2025-09-23T08:01:00.806870Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1936,
            "name": "gocreate",
            "creator": 1861803,
            "group": 15722,
            "created": "2025-09-19T13:00:29.999343Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1941,
            "name": "SP Open 2025 Test 2",
            "creator": 1640355,
            "group": 15657,
            "created": "2025-09-25T14:19:08.566081Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1928,
            "name": "Tournament",
            "creator": 1818852,
            "group": 15651,
            "created": "2025-08-30T11:48:22.332388Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1923,
            "name": "Torneio18072013",
            "creator": 1568335,
            "group": 15625,
            "created": "2025-08-22T22:40:39.282949Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1919,
            "name": "AMIGOSSS",
            "creator": 1838949,
            "group": 15611,
            "created": "2025-08-19T16:13:52.722428Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1915,
            "name": "asdf",
            "creator": 1826048,
            "group": 15551,
            "created": "2025-08-01T04:21:24.689400Z",
            "started": null,
            "ended": null
        }
    ]
}