GET /api/v1/tournament_records/?format=api&ordering=started&page=23
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=24",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started&page=22",
    "results": [
        {
            "id": 208,
            "name": "knmklnmk",
            "creator": 743221,
            "group": 4744,
            "created": "2020-05-09T09:09:48.585608Z",
            "started": null,
            "ended": null
        },
        {
            "id": 269,
            "name": "go time9#",
            "creator": 748929,
            "group": 515,
            "created": "2020-06-05T16:41:43.789951Z",
            "started": null,
            "ended": null
        },
        {
            "id": 769,
            "name": "open",
            "creator": 817947,
            "group": 446,
            "created": "2021-07-18T17:37:43.402503Z",
            "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": 230,
            "name": "Match Amistoso Rōnin v/s Tengen",
            "creator": 663579,
            "group": 4262,
            "created": "2020-05-19T17:30:15.123961Z",
            "started": null,
            "ended": null
        },
        {
            "id": 231,
            "name": "mini torneo 6",
            "creator": 779425,
            "group": 5581,
            "created": "2020-05-19T18:48:45.982380Z",
            "started": null,
            "ended": null
        },
        {
            "id": 232,
            "name": "vvv",
            "creator": 779723,
            "group": 5787,
            "created": "2020-05-21T03:11:05.867851Z",
            "started": null,
            "ended": null
        },
        {
            "id": 233,
            "name": "PROOOOOOOOOOOO",
            "creator": 777498,
            "group": 515,
            "created": "2020-05-21T19:45:48.501048Z",
            "started": null,
            "ended": null
        },
        {
            "id": 234,
            "name": "Be Stanley",
            "creator": 654168,
            "group": 5690,
            "created": "2020-05-22T12:53:41.607552Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}