GET /api/v1/tournament_records/?format=api&ordering=-ended&page=25
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=26",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=24",
    "results": [
        {
            "id": 247,
            "name": "Test",
            "creator": 143361,
            "group": 5846,
            "created": "2020-05-26T05:07:52.396048Z",
            "started": null,
            "ended": null
        },
        {
            "id": 248,
            "name": "Jivi",
            "creator": 787709,
            "group": 5855,
            "created": "2020-05-26T23:07:59.242680Z",
            "started": null,
            "ended": null
        },
        {
            "id": 244,
            "name": "Games",
            "creator": 785731,
            "group": 3794,
            "created": "2020-05-24T05:04:03.336466Z",
            "started": null,
            "ended": null
        },
        {
            "id": 249,
            "name": "test9",
            "creator": 787149,
            "group": 5895,
            "created": "2020-05-30T04:36:48.154300Z",
            "started": null,
            "ended": null
        },
        {
            "id": 252,
            "name": "AREMI",
            "creator": 786572,
            "group": 4974,
            "created": "2020-05-30T22:28:38.996790Z",
            "started": null,
            "ended": null
        },
        {
            "id": 253,
            "name": "fun competition",
            "creator": 743973,
            "group": 5905,
            "created": "2020-05-31T05:39:17.630855Z",
            "started": null,
            "ended": null
        },
        {
            "id": 254,
            "name": "Mehmet Turan",
            "creator": 758230,
            "group": 5875,
            "created": "2020-06-01T10:18:05.684565Z",
            "started": null,
            "ended": null
        },
        {
            "id": 255,
            "name": "AI tournament",
            "creator": 647177,
            "group": 3211,
            "created": "2020-06-01T11:44:02.724403Z",
            "started": null,
            "ended": null
        },
        {
            "id": 256,
            "name": "koll",
            "creator": 736026,
            "group": 5099,
            "created": "2020-06-02T05:23:52.508964Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}