GET /api/v1/tournament_records/?format=api&ordering=creator&page=78
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=creator&page=79",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator&page=77",
    "results": [
        {
            "id": 873,
            "name": "a1234567",
            "creator": 944876,
            "group": 8074,
            "created": "2021-10-18T07:51:46.963145Z",
            "started": null,
            "ended": null
        },
        {
            "id": 872,
            "name": "uujjjjj",
            "creator": 944876,
            "group": 6332,
            "created": "2021-10-18T07:43:35.117281Z",
            "started": null,
            "ended": null
        },
        {
            "id": 667,
            "name": "itzel vs Natalia",
            "creator": 945741,
            "group": 9118,
            "created": "2021-05-11T00:41:26.572512Z",
            "started": null,
            "ended": null
        },
        {
            "id": 680,
            "name": "p",
            "creator": 945756,
            "group": 9127,
            "created": "2021-05-18T18:54:37.508793Z",
            "started": null,
            "ended": null
        },
        {
            "id": 605,
            "name": "Group Section",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-26T20:11:33.650304Z",
            "started": null,
            "ended": null
        },
        {
            "id": 604,
            "name": "Group Section II",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-26T20:11:02.472303Z",
            "started": null,
            "ended": null
        },
        {
            "id": 588,
            "name": "Group Section III",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-16T19:00:19.012730Z",
            "started": null,
            "ended": null
        },
        {
            "id": 587,
            "name": "Group Section VI",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-16T13:55:34.647821Z",
            "started": null,
            "ended": null
        },
        {
            "id": 586,
            "name": "Group Section V",
            "creator": 947864,
            "group": 8562,
            "created": "2021-03-16T12:35:07.817718Z",
            "started": null,
            "ended": null
        },
        {
            "id": 579,
            "name": "The NY Private Championships",
            "creator": 947864,
            "group": 515,
            "created": "2021-03-12T00:09:14.616120Z",
            "started": null,
            "ended": null
        }
    ]
}