GET /api/v1/tournament_records/?format=api&ordering=-creator&page=111
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=112",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=110",
    "results": [
        {
            "id": 326,
            "name": "Yummy honey",
            "creator": 769817,
            "group": 6405,
            "created": "2020-07-30T01:49:59.069265Z",
            "started": null,
            "ended": null
        },
        {
            "id": 214,
            "name": "7羌土",
            "creator": 769245,
            "group": 5350,
            "created": "2020-05-11T03:20:03.860453Z",
            "started": null,
            "ended": null
        },
        {
            "id": 215,
            "name": "口冉尸羊女",
            "creator": 769245,
            "group": 5350,
            "created": "2020-05-11T03:20:19.381179Z",
            "started": null,
            "ended": null
        },
        {
            "id": 218,
            "name": "hgvghj",
            "creator": 769245,
            "group": 5596,
            "created": "2020-05-12T10:51:34.294105Z",
            "started": null,
            "ended": null
        },
        {
            "id": 229,
            "name": "apple vs banana",
            "creator": 769245,
            "group": 5758,
            "created": "2020-05-19T02:14:49.891064Z",
            "started": null,
            "ended": null
        },
        {
            "id": 193,
            "name": "Wonderful play 1",
            "creator": 769206,
            "group": 5502,
            "created": "2020-04-30T09:26:13.602947Z",
            "started": null,
            "ended": null
        },
        {
            "id": 197,
            "name": "Wonderful play 2",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T07:49:36.501390Z",
            "started": null,
            "ended": null
        },
        {
            "id": 198,
            "name": "Wonderful play 3",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T08:04:38.702512Z",
            "started": null,
            "ended": null
        },
        {
            "id": 202,
            "name": "something",
            "creator": 768293,
            "group": 5563,
            "created": "2020-05-04T02:38:51.057766Z",
            "started": null,
            "ended": null
        },
        {
            "id": 270,
            "name": "smtng",
            "creator": 768293,
            "group": 5943,
            "created": "2020-06-07T01:19:00.718364Z",
            "started": null,
            "ended": null
        }
    ]
}