GET /api/v1/tournament_records/?format=api&ordering=creator&page=11
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=12",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=10",
    "results": [
        {
            "id": 313,
            "name": "1Torneo Fueguino con ventaja 2020",
            "creator": 316711,
            "group": 1684,
            "created": "2020-07-14T17:32:57.786974Z",
            "started": null,
            "ended": null
        },
        {
            "id": 300,
            "name": "aaa",
            "creator": 316711,
            "group": 1095,
            "created": "2020-07-01T12:44:37.233289Z",
            "started": null,
            "ended": null
        },
        {
            "id": 27,
            "name": "Round 1",
            "creator": 317928,
            "group": 3965,
            "created": "2019-09-04T16:07:06.614495Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1137,
            "name": "meme turnament",
            "creator": 320477,
            "group": 11778,
            "created": "2022-05-14T16:12:15.045713Z",
            "started": null,
            "ended": null
        },
        {
            "id": 418,
            "name": "korea",
            "creator": 341212,
            "group": 6774,
            "created": "2020-10-18T10:43:13.604923Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1031,
            "name": "dasdas",
            "creator": 346980,
            "group": 25,
            "created": "2022-02-24T18:22:43.072927Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1027,
            "name": "ghvjh",
            "creator": 346980,
            "group": 43,
            "created": "2022-02-19T21:09:22.357378Z",
            "started": null,
            "ended": null
        },
        {
            "id": 819,
            "name": "Taiwan",
            "creator": 348886,
            "group": 1144,
            "created": "2021-09-05T18:51:54.023538Z",
            "started": null,
            "ended": null
        },
        {
            "id": 881,
            "name": "Tiger",
            "creator": 355524,
            "group": 25,
            "created": "2021-10-29T02:41:32.916447Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1270,
            "name": "testturnier",
            "creator": 366500,
            "group": 1410,
            "created": "2022-10-25T23:39:25.858172Z",
            "started": null,
            "ended": null
        }
    ]
}