GET /api/v1/tournament_records/?format=api&ordering=-name&page=42
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=43",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=41",
    "results": [
        {
            "id": 81,
            "name": "test",
            "creator": 212102,
            "group": 4409,
            "created": "2020-03-02T08:05:25.073685Z",
            "started": null,
            "ended": null
        },
        {
            "id": 417,
            "name": "test",
            "creator": 55006,
            "group": 7086,
            "created": "2020-10-17T06:47:30.167888Z",
            "started": null,
            "ended": null
        },
        {
            "id": 523,
            "name": "test",
            "creator": 309835,
            "group": 6635,
            "created": "2021-02-03T16:04:59.891013Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1779,
            "name": "test",
            "creator": 1643413,
            "group": 14738,
            "created": "2024-10-25T16:26:30.892927Z",
            "started": null,
            "ended": null
        },
        {
            "id": 524,
            "name": "test",
            "creator": 618308,
            "group": 8228,
            "created": "2021-02-04T21:53:10.876092Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1694,
            "name": "test",
            "creator": 1249008,
            "group": 12594,
            "created": "2024-06-19T20:07:53.010989Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1920,
            "name": "test",
            "creator": 491290,
            "group": 14853,
            "created": "2025-08-20T07:35:23.837282Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1865,
            "name": "teril",
            "creator": 1573495,
            "group": 15186,
            "created": "2025-04-16T15:26:04.520132Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1422,
            "name": "Tercer Torneo Nakade",
            "creator": 68659,
            "group": 11434,
            "created": "2023-04-01T10:07:05.284179Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1020,
            "name": "Tengen",
            "creator": 1122132,
            "group": 9945,
            "created": "2022-02-17T16:53:46.143231Z",
            "started": null,
            "ended": null
        }
    ]
}