GET /api/v1/tournament_records/?format=api&ordering=-group&page=150
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=-group&page=151",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-group&page=149",
    "results": [
        {
            "id": 267,
            "name": "Fun",
            "creator": 620412,
            "group": 24,
            "created": "2020-06-05T05:49:54.219249Z",
            "started": null,
            "ended": null
        },
        {
            "id": 732,
            "name": "n",
            "creator": 865453,
            "group": 24,
            "created": "2021-06-23T16:03:38.204555Z",
            "started": null,
            "ended": null
        },
        {
            "id": 733,
            "name": "o",
            "creator": 865453,
            "group": 24,
            "created": "2021-06-23T16:12:42.771004Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1449,
            "name": "pro guys",
            "creator": 1218107,
            "group": 24,
            "created": "2023-05-15T06:56:46.561528Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1586,
            "name": "Простой",
            "creator": 1482184,
            "group": 24,
            "created": "2023-12-16T01:15:59.210669Z",
            "started": null,
            "ended": null
        },
        {
            "id": 71,
            "name": "Beat the Kyu be a Dan series",
            "creator": 281554,
            "group": 20,
            "created": "2020-01-28T08:20:38.471745Z",
            "started": null,
            "ended": null
        },
        {
            "id": 74,
            "name": "Beat the Kyu be the Dan record",
            "creator": 281554,
            "group": 20,
            "created": "2020-02-06T15:44:32.785480Z",
            "started": null,
            "ended": null
        },
        {
            "id": 261,
            "name": "Распространен",
            "creator": 694288,
            "group": 9,
            "created": "2020-06-03T12:41:15.450135Z",
            "started": null,
            "ended": null
        },
        {
            "id": 279,
            "name": "Russian Battle",
            "creator": 721084,
            "group": 9,
            "created": "2020-06-14T13:12:00.151566Z",
            "started": null,
            "ended": null
        },
        {
            "id": 292,
            "name": "Руст",
            "creator": 648482,
            "group": 9,
            "created": "2020-06-23T09:43:05.169649Z",
            "started": null,
            "ended": null
        }
    ]
}