GET /api/v1/tournament_records/?format=api&ordering=-name&page=145
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=-name&page=146",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=144",
    "results": [
        {
            "id": 634,
            "name": "12345",
            "creator": 882235,
            "group": 7434,
            "created": "2021-04-19T07:12:38.951943Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1748,
            "name": "12345",
            "creator": 1059480,
            "group": 3,
            "created": "2024-08-23T10:24:30.821488Z",
            "started": null,
            "ended": null
        },
        {
            "id": 400,
            "name": "12345",
            "creator": 840262,
            "group": 6730,
            "created": "2020-10-08T16:05:38.925556Z",
            "started": null,
            "ended": null
        },
        {
            "id": 624,
            "name": "1234",
            "creator": 882235,
            "group": 7434,
            "created": "2021-04-12T07:11:49.813915Z",
            "started": null,
            "ended": null
        },
        {
            "id": 109,
            "name": "1234",
            "creator": 736026,
            "group": 508,
            "created": "2020-03-23T09:59:43.832477Z",
            "started": null,
            "ended": null
        },
        {
            "id": 383,
            "name": "123123",
            "creator": 737306,
            "group": 6397,
            "created": "2020-09-20T11:19:00.592753Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1086,
            "name": "123:)",
            "creator": 1139302,
            "group": 11496,
            "created": "2022-04-03T11:11:25.474783Z",
            "started": null,
            "ended": null
        },
        {
            "id": 314,
            "name": "123",
            "creator": 802455,
            "group": 43,
            "created": "2020-07-18T10:06:17.999004Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1681,
            "name": "123",
            "creator": 1187525,
            "group": 9668,
            "created": "2024-06-01T13:27:09.517897Z",
            "started": null,
            "ended": null
        },
        {
            "id": 559,
            "name": "123",
            "creator": 868193,
            "group": 8277,
            "created": "2021-03-03T07:47:59.421475Z",
            "started": null,
            "ended": null
        }
    ]
}