GET /api/v1/tournament_records/?format=api&ordering=started&page=33
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=34",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started&page=32",
    "results": [
        {
            "id": 353,
            "name": "T",
            "creator": 736103,
            "group": 4493,
            "created": "2020-08-22T07:47:39.136413Z",
            "started": null,
            "ended": null
        },
        {
            "id": 328,
            "name": "bbbvbvhh",
            "creator": 724806,
            "group": 28,
            "created": "2020-07-31T16:35:00.721128Z",
            "started": null,
            "ended": null
        },
        {
            "id": 329,
            "name": "nhhhhhh",
            "creator": 819853,
            "group": 4530,
            "created": "2020-08-01T07:56:23.346118Z",
            "started": null,
            "ended": null
        },
        {
            "id": 330,
            "name": "12345678 go night",
            "creator": 735410,
            "group": 5868,
            "created": "2020-08-02T12:38:21.611881Z",
            "started": null,
            "ended": null
        },
        {
            "id": 331,
            "name": "30k - 19k",
            "creator": 762885,
            "group": 6326,
            "created": "2020-08-05T14:57:24.454144Z",
            "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": 333,
            "name": "Longmont Go Tournament",
            "creator": 734258,
            "group": 4128,
            "created": "2020-08-09T23:06:40.186713Z",
            "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": 363,
            "name": "Go Turnuvası Eylül 2020",
            "creator": 137040,
            "group": 5835,
            "created": "2020-09-03T10:46:22.660153Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}