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

{
    "count": 1620,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=31",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=29",
    "results": [
        {
            "id": 453,
            "name": "test",
            "creator": 709291,
            "group": 273,
            "created": "2020-11-29T13:44:09.617900Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1738,
            "name": "Sample",
            "creator": 753236,
            "group": 309,
            "created": "2024-07-09T23:22:17.379300Z",
            "started": null,
            "ended": null
        },
        {
            "id": 505,
            "name": "ozzyiscimen",
            "creator": 831547,
            "group": 309,
            "created": "2021-01-23T06:08:40.432092Z",
            "started": null,
            "ended": null
        },
        {
            "id": 483,
            "name": "GG's",
            "creator": 861327,
            "group": 343,
            "created": "2021-01-04T21:17:59.199271Z",
            "started": null,
            "ended": null
        },
        {
            "id": 445,
            "name": "test",
            "creator": 93741,
            "group": 351,
            "created": "2020-11-21T19:22:27.080720Z",
            "started": null,
            "ended": null
        },
        {
            "id": 278,
            "name": "Correspondence 9x9 2020-06-14 22:00",
            "creator": 687900,
            "group": 420,
            "created": "2020-06-13T16:34:44.612066Z",
            "started": null,
            "ended": null
        },
        {
            "id": 769,
            "name": "open",
            "creator": 817947,
            "group": 446,
            "created": "2021-07-18T17:37:43.402503Z",
            "started": null,
            "ended": null
        },
        {
            "id": 767,
            "name": "e-Go open",
            "creator": 815571,
            "group": 446,
            "created": "2021-07-17T16:28:28.322794Z",
            "started": null,
            "ended": null
        },
        {
            "id": 765,
            "name": "Machinato",
            "creator": 921756,
            "group": 446,
            "created": "2021-07-15T14:10:22.691765Z",
            "started": null,
            "ended": null
        },
        {
            "id": 107,
            "name": "Normal Elimination 8 players (Beta)",
            "creator": 211504,
            "group": 454,
            "created": "2020-03-23T01:30:09.302961Z",
            "started": null,
            "ended": null
        }
    ]
}