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

{
    "count": 1619,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-group&page=2",
    "previous": null,
    "results": [
        {
            "id": 2011,
            "name": "tournoi",
            "creator": 1892346,
            "group": 16266,
            "created": "2026-03-12T15:58:33.321123Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2015,
            "name": "tournoi",
            "creator": 1938690,
            "group": 16266,
            "created": "2026-03-19T15:23:13.702899Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2005,
            "name": "aaaaaaaa",
            "creator": 1830547,
            "group": 16166,
            "created": "2026-02-08T21:50:56.701349Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2006,
            "name": "Святик",
            "creator": 1873191,
            "group": 16152,
            "created": "2026-02-09T09:01:32.740763Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1995,
            "name": "111",
            "creator": 1940619,
            "group": 16111,
            "created": "2026-01-20T16:11:42.791802Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1998,
            "name": "1er tournoi du club de go",
            "creator": 1935183,
            "group": 16097,
            "created": "2026-01-21T14:12:14.403551Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2012,
            "name": "Tournoi du club de go 2",
            "creator": 1935183,
            "group": 16097,
            "created": "2026-03-15T15:16:20.472564Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1993,
            "name": "Hızlı",
            "creator": 1939157,
            "group": 16088,
            "created": "2026-01-14T13:18:37.017776Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1991,
            "name": "Tu as raison je vais te faire une photo",
            "creator": 1867862,
            "group": 16056,
            "created": "2026-01-11T18:18:33.836225Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1992,
            "name": "Tt",
            "creator": 1867862,
            "group": 16056,
            "created": "2026-01-11T18:20:14.549034Z",
            "started": null,
            "ended": null
        }
    ]
}