GET /api/v1/tournament_records/?format=api&ordering=creator&page=15
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=creator&page=16",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=14",
    "results": [
        {
            "id": 1001,
            "name": "2021 Türkiye Go Playoff Turnuvası",
            "creator": 467829,
            "group": 561,
            "created": "2022-02-05T07:19:57.898666Z",
            "started": null,
            "ended": null
        },
        {
            "id": 422,
            "name": "Championnat de France Open",
            "creator": 469053,
            "group": 7112,
            "created": "2020-10-26T17:09:47.180231Z",
            "started": null,
            "ended": null
        },
        {
            "id": 29,
            "name": "AYD Season 25",
            "creator": 473434,
            "group": 3777,
            "created": "2019-09-06T17:20:10.058236Z",
            "started": null,
            "ended": null
        },
        {
            "id": 723,
            "name": "9x9 blitz",
            "creator": 482393,
            "group": 9451,
            "created": "2021-06-17T15:31:26.736074Z",
            "started": null,
            "ended": null
        },
        {
            "id": 35,
            "name": "Them Hitters",
            "creator": 485271,
            "group": 2949,
            "created": "2019-09-19T19:31:32.753270Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2,
            "name": "Testing new function",
            "creator": 488500,
            "group": 2946,
            "created": "2019-07-13T14:07:04.067058Z",
            "started": null,
            "ended": null
        },
        {
            "id": 611,
            "name": "Infor Go Tournament 2021",
            "creator": 490751,
            "group": 8766,
            "created": "2021-03-30T08:21:51.779521Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1921,
            "name": "test",
            "creator": 491290,
            "group": 14853,
            "created": "2025-08-20T08:26:24.674703Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1920,
            "name": "test",
            "creator": 491290,
            "group": 14853,
            "created": "2025-08-20T07:35:23.837282Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1782,
            "name": "Finnish Championship League 2024",
            "creator": 495337,
            "group": 13427,
            "created": "2024-10-28T17:47:37.964894Z",
            "started": null,
            "ended": null
        }
    ]
}