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

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=14",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=12",
    "results": [
        {
            "id": 1745,
            "name": "テスト",
            "creator": 430048,
            "group": 14548,
            "created": "2024-08-15T12:28:29.467950Z",
            "started": null,
            "ended": null
        },
        {
            "id": 476,
            "name": "Hallenser Weihnachts-Go 2020",
            "creator": 433800,
            "group": 5098,
            "created": "2020-12-21T10:24:18.871071Z",
            "started": null,
            "ended": null
        },
        {
            "id": 642,
            "name": "-- 1 --",
            "creator": 439429,
            "group": 6982,
            "created": "2021-04-27T11:04:28.382701Z",
            "started": null,
            "ended": null
        },
        {
            "id": 641,
            "name": "-- 2 --",
            "creator": 439429,
            "group": 6982,
            "created": "2021-04-27T11:03:57.918716Z",
            "started": null,
            "ended": null
        },
        {
            "id": 194,
            "name": "error",
            "creator": 443906,
            "group": 5416,
            "created": "2020-04-30T19:07:52.103665Z",
            "started": null,
            "ended": null
        },
        {
            "id": 406,
            "name": "Использовать под следующий турнир",
            "creator": 444398,
            "group": 7062,
            "created": "2020-10-12T07:22:45.218535Z",
            "started": null,
            "ended": null
        },
        {
            "id": 126,
            "name": "Test",
            "creator": 444866,
            "group": 4869,
            "created": "2020-03-30T12:02:57.923048Z",
            "started": null,
            "ended": null
        },
        {
            "id": 6,
            "name": "test",
            "creator": 445315,
            "group": 2158,
            "created": "2019-07-14T04:06:32.250992Z",
            "started": null,
            "ended": null
        },
        {
            "id": 50,
            "name": "Murase Go Group Tournament",
            "creator": 449215,
            "group": 2389,
            "created": "2019-11-28T18:28:43.647856Z",
            "started": null,
            "ended": null
        },
        {
            "id": 158,
            "name": "BTS League B (4)",
            "creator": 458415,
            "group": 4889,
            "created": "2020-04-13T02:37:22.634705Z",
            "started": null,
            "ended": null
        }
    ]
}