GET /api/v1/tournament_records/?format=api&ordering=-creator&page=30
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=-creator&page=31",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=29",
    "results": [
        {
            "id": 1546,
            "name": "Halloween 🎃",
            "creator": 1236996,
            "group": 13697,
            "created": "2023-10-31T12:06:20.147696Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1565,
            "name": "九段",
            "creator": 1236996,
            "group": 13697,
            "created": "2023-11-25T15:14:40.457659Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1294,
            "name": "Mistrzostwa Polski 2022",
            "creator": 1236199,
            "group": 7,
            "created": "2022-11-10T16:22:30.614184Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1374,
            "name": "11",
            "creator": 1235404,
            "group": 12491,
            "created": "2023-03-17T14:08:05.124710Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1310,
            "name": "Beginners' Cup",
            "creator": 1235089,
            "group": 177,
            "created": "2022-11-28T18:02:05.682229Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1323,
            "name": "noob",
            "creator": 1234926,
            "group": 6332,
            "created": "2022-12-19T12:10:14.642114Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1286,
            "name": "TOURNOIS",
            "creator": 1234918,
            "group": 8095,
            "created": "2022-11-09T17:50:25.532795Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1303,
            "name": "ОЛЕГ",
            "creator": 1233694,
            "group": 12546,
            "created": "2022-11-20T19:03:33.438133Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1278,
            "name": "Go",
            "creator": 1233275,
            "group": 25,
            "created": "2022-11-04T01:29:10.935302Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1277,
            "name": "Sus",
            "creator": 1230309,
            "group": 12464,
            "created": "2022-11-02T18:12:44.027245Z",
            "started": null,
            "ended": null
        }
    ]
}