GET /api/v1/tournament_records/?format=api&ordering=-started&page=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=11",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=9",
    "results": [
        {
            "id": 95,
            "name": "chess",
            "creator": 739083,
            "group": 4490,
            "created": "2020-03-14T12:00:30.919424Z",
            "started": null,
            "ended": null
        },
        {
            "id": 96,
            "name": "              ",
            "creator": 733115,
            "group": 4550,
            "created": "2020-03-14T12:51:58.654674Z",
            "started": null,
            "ended": null
        },
        {
            "id": 97,
            "name": "Oslo",
            "creator": 129505,
            "group": 1917,
            "created": "2020-03-15T20:04:27.119938Z",
            "started": null,
            "ended": null
        },
        {
            "id": 98,
            "name": "Go Class Tournament",
            "creator": 737452,
            "group": 4513,
            "created": "2020-03-15T21:20:17.035921Z",
            "started": null,
            "ended": null
        },
        {
            "id": 99,
            "name": "Test",
            "creator": 1039,
            "group": 1240,
            "created": "2020-03-18T13:45:05.408668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 101,
            "name": "Online Competitie",
            "creator": 70458,
            "group": 147,
            "created": "2020-03-20T20:18:01.224459Z",
            "started": null,
            "ended": null
        },
        {
            "id": 102,
            "name": "happy covid march",
            "creator": 743238,
            "group": 4716,
            "created": "2020-03-21T07:18:51.615514Z",
            "started": null,
            "ended": null
        },
        {
            "id": 103,
            "name": "Happy Covid March",
            "creator": 743238,
            "group": 4716,
            "created": "2020-03-21T07:22:32.536944Z",
            "started": null,
            "ended": null
        },
        {
            "id": 104,
            "name": "廿水尸廿",
            "creator": 735424,
            "group": 4720,
            "created": "2020-03-21T12:37:29.867683Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}