GET /api/v1/tournament_records/?format=api&ordering=-creator&page=100
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=101",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-creator&page=99",
    "results": [
        {
            "id": 393,
            "name": "Blah Blah Blah",
            "creator": 836874,
            "group": 6721,
            "created": "2020-10-02T13:20:27.406696Z",
            "started": null,
            "ended": null
        },
        {
            "id": 533,
            "name": "Troll",
            "creator": 836858,
            "group": 6730,
            "created": "2021-02-10T02:54:13.632677Z",
            "started": null,
            "ended": null
        },
        {
            "id": 355,
            "name": "Ubo",
            "creator": 835321,
            "group": 3,
            "created": "2020-08-26T01:18:24.916873Z",
            "started": null,
            "ended": null
        },
        {
            "id": 461,
            "name": "blah blah blah what in the world is a tournament record",
            "creator": 835032,
            "group": 6721,
            "created": "2020-12-04T14:39:07.263964Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1230,
            "name": "CLASIFICATORIO FEMENINO- CONGRESO LATINOAMERICANO 2022",
            "creator": 834790,
            "group": 6424,
            "created": "2022-08-07T12:37:00.869877Z",
            "started": null,
            "ended": null
        },
        {
            "id": 535,
            "name": "1st competition",
            "creator": 833654,
            "group": 8321,
            "created": "2021-02-13T02:45:42.904743Z",
            "started": null,
            "ended": null
        },
        {
            "id": 352,
            "name": "Torneo de prueba",
            "creator": 832958,
            "group": 6622,
            "created": "2020-08-21T21:29:59.793642Z",
            "started": null,
            "ended": null
        },
        {
            "id": 351,
            "name": "Pruba #1 gonfor",
            "creator": 832855,
            "group": 6622,
            "created": "2020-08-21T21:26:35.778660Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1679,
            "name": "manhã",
            "creator": 832318,
            "group": 13117,
            "created": "2024-05-28T14:57:59.812618Z",
            "started": null,
            "ended": null
        },
        {
            "id": 398,
            "name": "sddad",
            "creator": 831547,
            "group": 515,
            "created": "2020-10-07T05:40:18.675156Z",
            "started": null,
            "ended": null
        }
    ]
}