GET /api/v1/tournament_records/?format=api&ordering=creator&page=22
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=creator&page=23",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=21",
    "results": [
        {
            "id": 550,
            "name": "name",
            "creator": 628905,
            "group": 7952,
            "created": "2021-02-19T18:53:25.522955Z",
            "started": null,
            "ended": null
        },
        {
            "id": 801,
            "name": "Wildmoka",
            "creator": 629383,
            "group": 9916,
            "created": "2021-08-17T07:48:05.441285Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1560,
            "name": "Test",
            "creator": 629701,
            "group": 5522,
            "created": "2023-11-16T13:32:35.427104Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1254,
            "name": "SA Closed",
            "creator": 630492,
            "group": 33,
            "created": "2022-09-23T16:20:25.966830Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1018,
            "name": "9x9 AI Challenge",
            "creator": 631251,
            "group": 1554,
            "created": "2022-02-17T07:24:24.443622Z",
            "started": null,
            "ended": null
        },
        {
            "id": 839,
            "name": "City Weiqi League Team Aus",
            "creator": 631251,
            "group": 2246,
            "created": "2021-09-19T00:51:51.346570Z",
            "started": null,
            "ended": null
        },
        {
            "id": 838,
            "name": "hf",
            "creator": 631251,
            "group": 1554,
            "created": "2021-09-19T00:47:11.918545Z",
            "started": null,
            "ended": null
        },
        {
            "id": 209,
            "name": "Martı&Tavuk",
            "creator": 631856,
            "group": 4730,
            "created": "2020-05-09T14:24:33.920602Z",
            "started": null,
            "ended": null
        },
        {
            "id": 220,
            "name": "THE GAME OF GO",
            "creator": 634009,
            "group": 4184,
            "created": "2020-05-13T08:21:00.148011Z",
            "started": null,
            "ended": null
        },
        {
            "id": 991,
            "name": "โกะปะละ#1",
            "creator": 635044,
            "group": 11016,
            "created": "2022-01-30T02:59:44.678237Z",
            "started": null,
            "ended": null
        }
    ]
}