GET /api/v1/tournament_records/?format=api&ordering=group&page=14
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=15",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=13",
    "results": [
        {
            "id": 1341,
            "name": "P",
            "creator": 1240318,
            "group": 25,
            "created": "2023-01-12T04:30:40.107107Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1327,
            "name": "555",
            "creator": 1192245,
            "group": 25,
            "created": "2022-12-27T14:15:38.502044Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1326,
            "name": "555",
            "creator": 1192245,
            "group": 25,
            "created": "2022-12-27T14:12:29.073299Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1322,
            "name": "JSHS",
            "creator": 1068515,
            "group": 25,
            "created": "2022-12-15T08:26:35.237810Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1302,
            "name": "W",
            "creator": 1163847,
            "group": 25,
            "created": "2022-11-19T14:47:20.210765Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1281,
            "name": "groups",
            "creator": 1125106,
            "group": 25,
            "created": "2022-11-06T05:51:42.521246Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1278,
            "name": "Go",
            "creator": 1233275,
            "group": 25,
            "created": "2022-11-04T01:29:10.935302Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1274,
            "name": "Go basics tournaments 1",
            "creator": 1182840,
            "group": 25,
            "created": "2022-10-30T06:46:44.193667Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1260,
            "name": "Friston step",
            "creator": 1222376,
            "group": 25,
            "created": "2022-10-11T03:12:59.836743Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1253,
            "name": "go basics big match",
            "creator": 1213277,
            "group": 25,
            "created": "2022-09-23T14:46:54.878768Z",
            "started": null,
            "ended": null
        }
    ]
}