GET /api/v1/tournament_records/?format=api&ordering=group&page=42
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=43",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=group&page=41",
    "results": [
        {
            "id": 23,
            "name": "test 3",
            "creator": 572024,
            "group": 2946,
            "created": "2019-08-27T23:53:31.393344Z",
            "started": null,
            "ended": null
        },
        {
            "id": 21,
            "name": "2nd Test",
            "creator": 572024,
            "group": 2946,
            "created": "2019-08-15T19:30:52.853761Z",
            "started": null,
            "ended": null
        },
        {
            "id": 2,
            "name": "Testing new function",
            "creator": 488500,
            "group": 2946,
            "created": "2019-07-13T14:07:04.067058Z",
            "started": null,
            "ended": null
        },
        {
            "id": 35,
            "name": "Them Hitters",
            "creator": 485271,
            "group": 2949,
            "created": "2019-09-19T19:31:32.753270Z",
            "started": null,
            "ended": null
        },
        {
            "id": 640,
            "name": "Не надо шутить с хамоном",
            "creator": 540483,
            "group": 3064,
            "created": "2021-04-27T09:56:30.277239Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1819,
            "name": "Caca",
            "creator": 752543,
            "group": 3145,
            "created": "2025-01-08T06:50:38.597667Z",
            "started": null,
            "ended": null
        },
        {
            "id": 756,
            "name": "klaus",
            "creator": 714622,
            "group": 3145,
            "created": "2021-07-07T21:03:50.141380Z",
            "started": null,
            "ended": null
        },
        {
            "id": 361,
            "name": "Prueba",
            "creator": 90149,
            "group": 3186,
            "created": "2020-09-01T03:48:12.333993Z",
            "started": null,
            "ended": null
        },
        {
            "id": 305,
            "name": "chacra7",
            "creator": 752325,
            "group": 3186,
            "created": "2020-07-05T16:34:52.540982Z",
            "started": null,
            "ended": null
        },
        {
            "id": 298,
            "name": "MATHEW",
            "creator": 804066,
            "group": 3186,
            "created": "2020-06-28T15:39:49.071582Z",
            "started": null,
            "ended": null
        }
    ]
}