GET /api/v1/tournament_records/?format=api&ordering=name&page=99
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=100",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=98",
    "results": [
        {
            "id": 541,
            "name": "Open Tournament",
            "creator": 786360,
            "group": 7952,
            "created": "2021-02-15T18:29:52.732253Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1822,
            "name": "OP team Tournament 1",
            "creator": 1695840,
            "group": 14982,
            "created": "2025-01-22T20:46:20.058217Z",
            "started": null,
            "ended": null
        },
        {
            "id": 70,
            "name": "osho",
            "creator": 278620,
            "group": 3824,
            "created": "2020-01-28T00:25:23.726575Z",
            "started": null,
            "ended": null
        },
        {
            "id": 97,
            "name": "Oslo",
            "creator": 129505,
            "group": 1917,
            "created": "2020-03-15T20:04:27.119938Z",
            "started": null,
            "ended": null
        },
        {
            "id": 753,
            "name": "osos",
            "creator": 981579,
            "group": 9085,
            "created": "2021-07-05T21:40:50.428258Z",
            "started": null,
            "ended": null
        },
        {
            "id": 757,
            "name": "osos",
            "creator": 981579,
            "group": 8865,
            "created": "2021-07-07T21:42:17.325436Z",
            "started": null,
            "ended": null
        },
        {
            "id": 752,
            "name": "osos",
            "creator": 981579,
            "group": 9085,
            "created": "2021-07-05T21:39:19.556788Z",
            "started": null,
            "ended": null
        },
        {
            "id": 758,
            "name": "ososo",
            "creator": 981579,
            "group": 8865,
            "created": "2021-07-07T21:47:59.403896Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1375,
            "name": "OST",
            "creator": 1126140,
            "group": 11969,
            "created": "2023-03-19T12:33:10.095936Z",
            "started": null,
            "ended": null
        },
        {
            "id": 33,
            "name": "Our First Official Tournament",
            "creator": 581268,
            "group": 3986,
            "created": "2019-09-13T17:37:49.030891Z",
            "started": null,
            "ended": null
        }
    ]
}