GET /api/v1/tournament_records/?format=api&ordering=-name&page=30
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=-name&page=31",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=29",
    "results": [
        {
            "id": 1661,
            "name": "Tournament",
            "creator": 1552725,
            "group": 14244,
            "created": "2024-04-27T14:31:35.108414Z",
            "started": null,
            "ended": null
        },
        {
            "id": 205,
            "name": "Tournament",
            "creator": 739721,
            "group": 5593,
            "created": "2020-05-06T00:32:17.027068Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1928,
            "name": "Tournament",
            "creator": 1818852,
            "group": 15651,
            "created": "2025-08-30T11:48:22.332388Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1526,
            "name": "tournament",
            "creator": 1432930,
            "group": 13099,
            "created": "2023-10-04T10:09:43.458891Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1421,
            "name": "tournament",
            "creator": 1115574,
            "group": 8628,
            "created": "2023-03-30T15:04:51.386998Z",
            "started": null,
            "ended": null
        },
        {
            "id": 618,
            "name": "Tour",
            "creator": 598257,
            "group": 8129,
            "created": "2021-04-07T13:48:15.695958Z",
            "started": null,
            "ended": null
        },
        {
            "id": 672,
            "name": "Torneo sub12",
            "creator": 799595,
            "group": 8883,
            "created": "2021-05-12T19:55:09.708794Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1488,
            "name": "Torneo por correspondencia UPN",
            "creator": 746065,
            "group": 4802,
            "created": "2023-07-29T18:34:05.892801Z",
            "started": null,
            "ended": null
        },
        {
            "id": 537,
            "name": "TORNEO INTERPLANETARIO DDK",
            "creator": 852168,
            "group": 6772,
            "created": "2021-02-13T14:53:55.570231Z",
            "started": null,
            "ended": null
        },
        {
            "id": 38,
            "name": "Torneo Interno Fénix",
            "creator": 412499,
            "group": 1620,
            "created": "2019-09-29T14:36:50.008242Z",
            "started": null,
            "ended": null
        }
    ]
}