GET /api/v1/tournament_records/?format=api&ordering=ended&page=20
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=21",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=ended&page=19",
    "results": [
        {
            "id": 197,
            "name": "Wonderful play 2",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T07:49:36.501390Z",
            "started": null,
            "ended": null
        },
        {
            "id": 198,
            "name": "Wonderful play 3",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T08:04:38.702512Z",
            "started": null,
            "ended": null
        },
        {
            "id": 199,
            "name": "Go",
            "creator": 737259,
            "group": 5099,
            "created": "2020-05-02T14:13:59.128878Z",
            "started": null,
            "ended": null
        },
        {
            "id": 200,
            "name": "Iñaki.bmx",
            "creator": 765620,
            "group": 4974,
            "created": "2020-05-02T22:57:17.085377Z",
            "started": null,
            "ended": null
        },
        {
            "id": 201,
            "name": "Shinagawa smile",
            "creator": 737259,
            "group": 5100,
            "created": "2020-05-03T02:57:28.750599Z",
            "started": null,
            "ended": null
        },
        {
            "id": 202,
            "name": "something",
            "creator": 768293,
            "group": 5563,
            "created": "2020-05-04T02:38:51.057766Z",
            "started": null,
            "ended": null
        },
        {
            "id": 204,
            "name": "99",
            "creator": 736026,
            "group": 5276,
            "created": "2020-05-05T06:08:42.399136Z",
            "started": null,
            "ended": null
        },
        {
            "id": 205,
            "name": "Tournament",
            "creator": 739721,
            "group": 5593,
            "created": "2020-05-06T00:32:17.027068Z",
            "started": null,
            "ended": null
        },
        {
            "id": 206,
            "name": "Corona tourney.",
            "creator": 739721,
            "group": 5593,
            "created": "2020-05-06T00:33:55.220363Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}