GET /api/v1/tournament_records/?format=api&ordering=-ended&page=44
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=-ended&page=45",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=43",
    "results": [
        {
            "id": 1779,
            "name": "test",
            "creator": 1643413,
            "group": 14738,
            "created": "2024-10-25T16:26:30.892927Z",
            "started": null,
            "ended": null
        },
        {
            "id": 441,
            "name": "TB Game",
            "creator": 877034,
            "group": 7294,
            "created": "2020-11-18T16:40:52.785541Z",
            "started": null,
            "ended": null
        },
        {
            "id": 413,
            "name": "hamster",
            "creator": 700249,
            "group": 6788,
            "created": "2020-10-14T16:09:48.673174Z",
            "started": null,
            "ended": null
        },
        {
            "id": 420,
            "name": "OGT Legends",
            "creator": 862741,
            "group": 7150,
            "created": "2020-10-25T23:55:13.393160Z",
            "started": null,
            "ended": null
        },
        {
            "id": 421,
            "name": "jaivier",
            "creator": 768068,
            "group": 3,
            "created": "2020-10-26T12:18:25.381047Z",
            "started": null,
            "ended": null
        },
        {
            "id": 422,
            "name": "Championnat de France Open",
            "creator": 469053,
            "group": 7112,
            "created": "2020-10-26T17:09:47.180231Z",
            "started": null,
            "ended": null
        },
        {
            "id": 423,
            "name": "Tiger mouth",
            "creator": 753453,
            "group": 93,
            "created": "2020-10-27T15:01:42.445894Z",
            "started": null,
            "ended": null
        },
        {
            "id": 801,
            "name": "Wildmoka",
            "creator": 629383,
            "group": 9916,
            "created": "2021-08-17T07:48:05.441285Z",
            "started": null,
            "ended": null
        },
        {
            "id": 426,
            "name": "my ogs userid is bobbo",
            "creator": 864466,
            "group": 28,
            "created": "2020-10-29T23:49:29.649967Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}