GET /api/v1/tournament_records/?format=api&ordering=-started&page=42
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=-started&page=43",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=41",
    "results": [
        {
            "id": 438,
            "name": "trophy tournament",
            "creator": 874604,
            "group": 7334,
            "created": "2020-11-16T16:46:58.363519Z",
            "started": null,
            "ended": null
        },
        {
            "id": 439,
            "name": "jouons",
            "creator": 610985,
            "group": 7112,
            "created": "2020-11-17T20:27:19.161471Z",
            "started": null,
            "ended": null
        },
        {
            "id": 399,
            "name": "ass,lde",
            "creator": 831547,
            "group": 6936,
            "created": "2020-10-08T08:41:53.612816Z",
            "started": null,
            "ended": null
        },
        {
            "id": 400,
            "name": "12345",
            "creator": 840262,
            "group": 6730,
            "created": "2020-10-08T16:05:38.925556Z",
            "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": 402,
            "name": "Para aprender go",
            "creator": 751767,
            "group": 4974,
            "created": "2020-10-09T20:03:22.261034Z",
            "started": null,
            "ended": null
        },
        {
            "id": 403,
            "name": "Trial Tournament",
            "creator": 728440,
            "group": 459,
            "created": "2020-10-10T09:56:40.612623Z",
            "started": null,
            "ended": null
        },
        {
            "id": 440,
            "name": "Prova",
            "creator": 643550,
            "group": 3676,
            "created": "2020-11-18T15:24:37.590875Z",
            "started": null,
            "ended": null
        },
        {
            "id": 405,
            "name": "ya",
            "creator": 648332,
            "group": 6892,
            "created": "2020-10-12T02:17:32.359647Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}