GET /api/v1/tournament_records/?format=api&ordering=-name&page=35
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=-name&page=36",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=34",
    "results": [
        {
            "id": 1270,
            "name": "testturnier",
            "creator": 366500,
            "group": 1410,
            "created": "2022-10-25T23:39:25.858172Z",
            "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": 692,
            "name": "Test SEYGO",
            "creator": 1002390,
            "group": 6192,
            "created": "2021-05-26T18:12:22.431393Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1639,
            "name": "Test Record Tournament",
            "creator": 1509112,
            "group": 14171,
            "created": "2024-03-29T09:06:06.973671Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1498,
            "name": "Test Record Tourmanent",
            "creator": 427977,
            "group": 1460,
            "created": "2023-08-22T15:46:06.718933Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "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": 401,
            "name": "Testing tournament record",
            "creator": 522547,
            "group": 5081,
            "created": "2020-10-08T17:48:11.920677Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2,
            "name": "Testing new function",
            "creator": 488500,
            "group": 2946,
            "created": "2019-07-13T14:07:04.067058Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1030,
            "name": "TESTING",
            "creator": 215527,
            "group": 11156,
            "created": "2022-02-22T15:10:59.926708Z",
            "started": null,
            "ended": null
        }
    ]
}