GET /api/v1/tournament_records/?format=api&ordering=-ended&page=41
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=42",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=40",
    "results": [
        {
            "id": 391,
            "name": "21S1 Division A",
            "creator": 388908,
            "group": 6974,
            "created": "2020-09-29T16:34:14.169415Z",
            "started": null,
            "ended": null
        },
        {
            "id": 392,
            "name": "the best game in the world",
            "creator": 803789,
            "group": 6774,
            "created": "2020-10-01T15:11:11.005214Z",
            "started": null,
            "ended": null
        },
        {
            "id": 393,
            "name": "Blah Blah Blah",
            "creator": 836874,
            "group": 6721,
            "created": "2020-10-02T13:20:27.406696Z",
            "started": null,
            "ended": null
        },
        {
            "id": 394,
            "name": "TÜRK GO!",
            "creator": 773189,
            "group": 6936,
            "created": "2020-10-04T08:54:25.730513Z",
            "started": null,
            "ended": null
        },
        {
            "id": 395,
            "name": "Hahahaha",
            "creator": 768074,
            "group": 7014,
            "created": "2020-10-05T06:42:12.322614Z",
            "started": null,
            "ended": null
        },
        {
            "id": 396,
            "name": "Teste",
            "creator": 71636,
            "group": 3811,
            "created": "2020-10-05T22:26:17.869920Z",
            "started": null,
            "ended": null
        },
        {
            "id": 397,
            "name": "Boss",
            "creator": 854422,
            "group": 7029,
            "created": "2020-10-06T13:25:48.210650Z",
            "started": null,
            "ended": null
        },
        {
            "id": 398,
            "name": "sddad",
            "creator": 831547,
            "group": 515,
            "created": "2020-10-07T05:40:18.675156Z",
            "started": null,
            "ended": null
        },
        {
            "id": 436,
            "name": "Aras",
            "creator": 773189,
            "group": 6936,
            "created": "2020-11-16T04:52:12.201749Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}