GET /api/v1/tournament_records/?format=api&ordering=-ended&page=47
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=48",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=46",
    "results": [
        {
            "id": 460,
            "name": "9X9 players",
            "creator": 773189,
            "group": 4081,
            "created": "2020-12-03T12:26:44.552050Z",
            "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": 463,
            "name": "647",
            "creator": 880168,
            "group": 7524,
            "created": "2020-12-11T03:33:12.947097Z",
            "started": null,
            "ended": null
        },
        {
            "id": 464,
            "name": "647",
            "creator": 893173,
            "group": 7524,
            "created": "2020-12-11T03:36:52.574809Z",
            "started": null,
            "ended": null
        },
        {
            "id": 418,
            "name": "korea",
            "creator": 341212,
            "group": 6774,
            "created": "2020-10-18T10:43:13.604923Z",
            "started": null,
            "ended": null
        },
        {
            "id": 530,
            "name": "libft",
            "creator": 788724,
            "group": 8283,
            "created": "2021-02-08T23:20:48.612811Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1252,
            "name": "Torneo D Champs Ultimate",
            "creator": 1165430,
            "group": 12309,
            "created": "2022-09-23T12:51:22.734109Z",
            "started": null,
            "ended": null
        },
        {
            "id": 507,
            "name": "Январский турнир 13х13",
            "creator": 815616,
            "group": 8062,
            "created": "2021-01-23T06:40:51.476879Z",
            "started": null,
            "ended": null
        },
        {
            "id": 467,
            "name": "FROG",
            "creator": 842857,
            "group": 25,
            "created": "2020-12-15T00:31:48.166516Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}