GET /api/v1/tournament_records/?format=api&ordering=-started&page=27
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=28",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=26",
    "results": [
        {
            "id": 270,
            "name": "smtng",
            "creator": 768293,
            "group": 5943,
            "created": "2020-06-07T01:19:00.718364Z",
            "started": null,
            "ended": null
        },
        {
            "id": 251,
            "name": "\"Croatian Go Open 2020\"",
            "creator": 789395,
            "group": 5774,
            "created": "2020-05-30T07:21:54.790980Z",
            "started": null,
            "ended": null
        },
        {
            "id": 250,
            "name": "Croatian Go Open 2020",
            "creator": 789395,
            "group": 5774,
            "created": "2020-05-30T07:16:10.818971Z",
            "started": null,
            "ended": null
        },
        {
            "id": 271,
            "name": "no",
            "creator": 736026,
            "group": 3,
            "created": "2020-06-09T02:10:01.333452Z",
            "started": null,
            "ended": null
        },
        {
            "id": 272,
            "name": "So tournament",
            "creator": 510407,
            "group": 6014,
            "created": "2020-06-11T03:37:23.421916Z",
            "started": null,
            "ended": null
        },
        {
            "id": 273,
            "name": "Tao",
            "creator": 795411,
            "group": 3,
            "created": "2020-06-11T11:19:09.290175Z",
            "started": null,
            "ended": null
        },
        {
            "id": 274,
            "name": "mm",
            "creator": 736026,
            "group": 4456,
            "created": "2020-06-12T00:58:14.534084Z",
            "started": null,
            "ended": null
        },
        {
            "id": 277,
            "name": "李張樂",
            "creator": 735410,
            "group": 4492,
            "created": "2020-06-13T10:13:00.288990Z",
            "started": null,
            "ended": null
        },
        {
            "id": 275,
            "name": "matthéis",
            "creator": 793398,
            "group": 3,
            "created": "2020-06-12T14:53:07.668218Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}