GET /api/v1/tournament_records/?format=api&ordering=-started&page=69
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=-started&page=70",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=68",
    "results": [
        {
            "id": 668,
            "name": "Prueba",
            "creator": 995654,
            "group": 9118,
            "created": "2021-05-11T00:42:07.760576Z",
            "started": null,
            "ended": null
        },
        {
            "id": 669,
            "name": "Prueba",
            "creator": 995654,
            "group": 9118,
            "created": "2021-05-11T00:42:58.919565Z",
            "started": null,
            "ended": null
        },
        {
            "id": 670,
            "name": "hello test",
            "creator": 517730,
            "group": 9125,
            "created": "2021-05-11T08:21:21.529649Z",
            "started": null,
            "ended": null
        },
        {
            "id": 695,
            "name": "Test 1",
            "creator": 1002390,
            "group": 6192,
            "created": "2021-05-27T13:00:55.621764Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1262,
            "name": "pkps",
            "creator": 1223435,
            "group": 12396,
            "created": "2022-10-13T07:50:15.431741Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1263,
            "name": "nicccc",
            "creator": 1063780,
            "group": 10737,
            "created": "2022-10-16T12:52:39.299193Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1264,
            "name": "Helen",
            "creator": 1211339,
            "group": 7027,
            "created": "2022-10-17T07:39:06.917645Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1265,
            "name": "Azot",
            "creator": 1226015,
            "group": 12419,
            "created": "2022-10-19T07:56:59.077903Z",
            "started": null,
            "ended": null
        },
        {
            "id": 672,
            "name": "Torneo sub12",
            "creator": 799595,
            "group": 8883,
            "created": "2021-05-12T19:55:09.708794Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}