GET /api/v1/tournament_records/?format=api&ordering=ended&page=56
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=ended&page=57",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=ended&page=55",
    "results": [
        {
            "id": 552,
            "name": "Mlem",
            "creator": 526017,
            "group": 8448,
            "created": "2021-02-22T22:33:49.034715Z",
            "started": null,
            "ended": null
        },
        {
            "id": 553,
            "name": "Torneo de Atari Go",
            "creator": 151301,
            "group": 8449,
            "created": "2021-02-23T01:41:39.608652Z",
            "started": null,
            "ended": null
        },
        {
            "id": 556,
            "name": "OGS no title tournament",
            "creator": 913437,
            "group": 515,
            "created": "2021-02-26T01:15:38.786886Z",
            "started": null,
            "ended": null
        },
        {
            "id": 557,
            "name": "坐隐天下 v1.0 比赛",
            "creator": 918259,
            "group": 8481,
            "created": "2021-02-26T02:36:58.752275Z",
            "started": null,
            "ended": null
        },
        {
            "id": 558,
            "name": "Double Elimation",
            "creator": 936720,
            "group": 515,
            "created": "2021-03-02T19:31:30.722089Z",
            "started": null,
            "ended": null
        },
        {
            "id": 559,
            "name": "123",
            "creator": 868193,
            "group": 8277,
            "created": "2021-03-03T07:47:59.421475Z",
            "started": null,
            "ended": null
        },
        {
            "id": 560,
            "name": "MGF Grand tournament 2021",
            "creator": 769820,
            "group": 5803,
            "created": "2021-03-03T19:00:29.413735Z",
            "started": null,
            "ended": null
        },
        {
            "id": 561,
            "name": "13x 13 elimination tournament (no handicaps)",
            "creator": 940672,
            "group": 25,
            "created": "2021-03-05T12:55:14.856064Z",
            "started": null,
            "ended": null
        },
        {
            "id": 806,
            "name": "吳韋唐",
            "creator": 762229,
            "group": 9276,
            "created": "2021-08-27T10:44:48.880973Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}