GET /api/v1/tournament_records/?format=api&ordering=group&page=123
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=124",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=122",
    "results": [
        {
            "id": 1082,
            "name": "hi",
            "creator": 730663,
            "group": 11099,
            "created": "2022-03-31T08:05:54.268913Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1047,
            "name": "Yıldızlar TURNUVASI",
            "creator": 1119881,
            "group": 11123,
            "created": "2022-03-07T16:47:42.302177Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1017,
            "name": "CHANKA",
            "creator": 920626,
            "group": 11138,
            "created": "2022-02-15T07:54:45.487691Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1143,
            "name": "BippiTer",
            "creator": 1053363,
            "group": 11147,
            "created": "2022-05-25T07:38:06.046366Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1021,
            "name": "acacac",
            "creator": 1052868,
            "group": 11152,
            "created": "2022-02-18T01:35:58.029182Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1030,
            "name": "TESTING",
            "creator": 215527,
            "group": 11156,
            "created": "2022-02-22T15:10:59.926708Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1026,
            "name": "Meijin",
            "creator": 1122688,
            "group": 11163,
            "created": "2022-02-19T07:39:43.062131Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1037,
            "name": "Okay",
            "creator": 1126994,
            "group": 11194,
            "created": "2022-03-02T10:30:36.419717Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1240,
            "name": "try your best whoever wins becomes aan admin",
            "creator": 1123838,
            "group": 11229,
            "created": "2022-08-22T03:52:53.225171Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1051,
            "name": "friendly tournaments (Teaching Games)",
            "creator": 1126827,
            "group": 11229,
            "created": "2022-03-12T16:55:34.065371Z",
            "started": null,
            "ended": null
        }
    ]
}