GET /api/v1/tournament_records/?format=api&ordering=-creator
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=-creator&page=2",
    "previous": null,
    "results": [
        {
            "id": 2003,
            "name": "SilentTerritory",
            "creator": 1956584,
            "group": 28,
            "created": "2026-02-05T05:41:04.820289Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2007,
            "name": "Go Basics Championships (Group Only)  Миша_HGO vs leika",
            "creator": 1951382,
            "group": 25,
            "created": "2026-02-18T14:06:15.981709Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1995,
            "name": "111",
            "creator": 1940619,
            "group": 16111,
            "created": "2026-01-20T16:11:42.791802Z",
            "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": 2015,
            "name": "tournoi",
            "creator": 1938690,
            "group": 16266,
            "created": "2026-03-19T15:23:13.702899Z",
            "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": 2018,
            "name": "Giải",
            "creator": 1928022,
            "group": 16026,
            "created": "2026-03-29T10:36:18.455643Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2004,
            "name": "Tournament",
            "creator": 1926370,
            "group": 16022,
            "created": "2026-02-08T01:32:21.231512Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1980,
            "name": "てすとてすと",
            "creator": 1921641,
            "group": 15994,
            "created": "2025-12-18T07:50:29.472002Z",
            "started": null,
            "ended": null
        }
    ]
}