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": 1486,
            "name": "CloudGo",
            "creator": 1097117,
            "group": 13428,
            "created": "2023-07-20T17:00:35.743601Z",
            "started": null,
            "ended": null
        },
        {
            "id": 224,
            "name": "cm1c",
            "creator": 760990,
            "group": 5266,
            "created": "2020-05-15T08:53:41.092204Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1579,
            "name": "Coinsin",
            "creator": 1475622,
            "group": 13753,
            "created": "2023-12-07T15:01:58.047092Z",
            "started": null,
            "ended": null
        },
        {
            "id": 609,
            "name": "ComaCup",
            "creator": 900678,
            "group": 8757,
            "created": "2021-03-28T20:32:30.799861Z",
            "started": null,
            "ended": null
        },
        {
            "id": 323,
            "name": "come play",
            "creator": 735413,
            "group": 6365,
            "created": "2020-07-28T05:26:26.313752Z",
            "started": null,
            "ended": null
        },
        {
            "id": 188,
            "name": "COMPETENCIA",
            "creator": 752258,
            "group": 5454,
            "created": "2020-04-26T23:01:37.607995Z",
            "started": null,
            "ended": null
        },
        {
            "id": 939,
            "name": "Contest #1 2021",
            "creator": 1065846,
            "group": 10593,
            "created": "2021-12-28T01:38:54.897277Z",
            "started": null,
            "ended": null
        },
        {
            "id": 941,
            "name": "Contest #1 2021",
            "creator": 1065846,
            "group": 10593,
            "created": "2021-12-28T04:54:36.537091Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1282,
            "name": "Contest(社內賽放這)",
            "creator": 1203480,
            "group": 12290,
            "created": "2022-11-07T07:06:57.897521Z",
            "started": null,
            "ended": null
        },
        {
            "id": 206,
            "name": "Corona tourney.",
            "creator": 739721,
            "group": 5593,
            "created": "2020-05-06T00:33:55.220363Z",
            "started": null,
            "ended": null
        }
    ]
}