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

{
    "count": 1579,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=157",
    "results": [
        {
            "id": 1347,
            "name": "Torneo Costarricense de Go en Línea 2022 (Segunda Fase)",
            "creator": 27056,
            "group": 149,
            "created": "2023-01-19T16:40:13.264450Z",
            "started": null,
            "ended": null
        },
        {
            "id": 113,
            "name": "Cancelled",
            "creator": 21384,
            "group": 4626,
            "created": "2020-03-25T05:43:06.347108Z",
            "started": null,
            "ended": null
        },
        {
            "id": 356,
            "name": "Test MM-2 (another)",
            "creator": 3431,
            "group": 6422,
            "created": "2020-08-29T00:48:08.727523Z",
            "started": null,
            "ended": null
        },
        {
            "id": 99,
            "name": "Test",
            "creator": 1039,
            "group": 1240,
            "created": "2020-03-18T13:45:05.408668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 5,
            "name": "Test",
            "creator": 784,
            "group": 25,
            "created": "2019-07-13T18:19:53.765320Z",
            "started": null,
            "ended": null
        },
        {
            "id": 946,
            "name": "Test",
            "creator": 302,
            "group": 4145,
            "created": "2022-01-02T23:45:06.881030Z",
            "started": null,
            "ended": null
        },
        {
            "id": 454,
            "name": "deleted",
            "creator": 137,
            "group": 7062,
            "created": "2020-11-30T12:10:05.418442Z",
            "started": null,
            "ended": null
        },
        {
            "id": 24,
            "name": "Test Tournment",
            "creator": 79,
            "group": 1460,
            "created": "2019-08-30T08:25:07.599863Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}