GET /api/v1/tournament_records/?format=api&ordering=group&page=50
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=group&page=51",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=49",
    "results": [
        {
            "id": 348,
            "name": "Wednsday weekly #2",
            "creator": 739236,
            "group": 4456,
            "created": "2020-08-20T00:18:55.659397Z",
            "started": null,
            "ended": null
        },
        {
            "id": 334,
            "name": "1st Wednesday Weekly Live 19x19 Tournament",
            "creator": 739236,
            "group": 4456,
            "created": "2020-08-10T11:11:17.136917Z",
            "started": null,
            "ended": null
        },
        {
            "id": 332,
            "name": "Weekend and weekday tournaments",
            "creator": 747928,
            "group": 4456,
            "created": "2020-08-09T10:39:40.652709Z",
            "started": null,
            "ended": null
        },
        {
            "id": 274,
            "name": "mm",
            "creator": 736026,
            "group": 4456,
            "created": "2020-06-12T00:58:14.534084Z",
            "started": null,
            "ended": null
        },
        {
            "id": 80,
            "name": "hello",
            "creator": 731652,
            "group": 4456,
            "created": "2020-02-25T04:46:46.033979Z",
            "started": null,
            "ended": null
        },
        {
            "id": 95,
            "name": "chess",
            "creator": 739083,
            "group": 4490,
            "created": "2020-03-14T12:00:30.919424Z",
            "started": null,
            "ended": null
        },
        {
            "id": 277,
            "name": "李張樂",
            "creator": 735410,
            "group": 4492,
            "created": "2020-06-13T10:13:00.288990Z",
            "started": null,
            "ended": null
        },
        {
            "id": 353,
            "name": "T",
            "creator": 736103,
            "group": 4493,
            "created": "2020-08-22T07:47:39.136413Z",
            "started": null,
            "ended": null
        },
        {
            "id": 171,
            "name": "竹大一戈",
            "creator": 736057,
            "group": 4493,
            "created": "2020-04-20T08:24:49.364026Z",
            "started": null,
            "ended": null
        },
        {
            "id": 98,
            "name": "Go Class Tournament",
            "creator": 737452,
            "group": 4513,
            "created": "2020-03-15T21:20:17.035921Z",
            "started": null,
            "ended": null
        }
    ]
}