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

{
    "count": 1620,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=30",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=28",
    "results": [
        {
            "id": 1240,
            "name": "try your best whoever wins becomes aan admin",
            "creator": 1123838,
            "group": 11229,
            "created": "2022-08-22T03:52:53.225171Z",
            "started": null,
            "ended": null
        },
        {
            "id": 879,
            "name": "TRYCUP",
            "creator": 721801,
            "group": 10416,
            "created": "2021-10-25T14:45:57.702856Z",
            "started": null,
            "ended": null
        },
        {
            "id": 438,
            "name": "trophy tournament",
            "creator": 874604,
            "group": 7334,
            "created": "2020-11-16T16:46:58.363519Z",
            "started": null,
            "ended": null
        },
        {
            "id": 532,
            "name": "Troll",
            "creator": 839251,
            "group": 6730,
            "created": "2021-02-10T02:52:19.721336Z",
            "started": null,
            "ended": null
        },
        {
            "id": 533,
            "name": "Troll",
            "creator": 836858,
            "group": 6730,
            "created": "2021-02-10T02:54:13.632677Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1873,
            "name": "Trinity Cup",
            "creator": 764006,
            "group": 15193,
            "created": "2025-05-01T07:37:43.354264Z",
            "started": null,
            "ended": null
        },
        {
            "id": 187,
            "name": "Trinity ",
            "creator": 764006,
            "group": 5449,
            "created": "2020-04-26T13:08:58.338100Z",
            "started": null,
            "ended": null
        },
        {
            "id": 403,
            "name": "Trial Tournament",
            "creator": 728440,
            "group": 459,
            "created": "2020-10-10T09:56:40.612623Z",
            "started": null,
            "ended": null
        },
        {
            "id": 449,
            "name": "Toxicsushi",
            "creator": 54113,
            "group": 146,
            "created": "2020-11-27T12:56:15.697594Z",
            "started": null,
            "ended": null
        },
        {
            "id": 42,
            "name": "TournoiTest",
            "creator": 657233,
            "group": 95,
            "created": "2019-10-16T18:25:45.423712Z",
            "started": null,
            "ended": null
        }
    ]
}