GET /api/v1/tournament_records/?format=api&ordering=name&page=14
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=name&page=15",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=13",
    "results": [
        {
            "id": 1496,
            "name": "123",
            "creator": 87790,
            "group": 6171,
            "created": "2023-08-18T14:49:31.115949Z",
            "started": null,
            "ended": null
        },
        {
            "id": 748,
            "name": "123",
            "creator": 986002,
            "group": 9421,
            "created": "2021-07-01T10:15:05.287370Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1086,
            "name": "123:)",
            "creator": 1139302,
            "group": 11496,
            "created": "2022-04-03T11:11:25.474783Z",
            "started": null,
            "ended": null
        },
        {
            "id": 383,
            "name": "123123",
            "creator": 737306,
            "group": 6397,
            "created": "2020-09-20T11:19:00.592753Z",
            "started": null,
            "ended": null
        },
        {
            "id": 109,
            "name": "1234",
            "creator": 736026,
            "group": 508,
            "created": "2020-03-23T09:59:43.832477Z",
            "started": null,
            "ended": null
        },
        {
            "id": 624,
            "name": "1234",
            "creator": 882235,
            "group": 7434,
            "created": "2021-04-12T07:11:49.813915Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1748,
            "name": "12345",
            "creator": 1059480,
            "group": 3,
            "created": "2024-08-23T10:24:30.821488Z",
            "started": null,
            "ended": null
        },
        {
            "id": 446,
            "name": "12345",
            "creator": 855183,
            "group": 7039,
            "created": "2020-11-23T08:57:47.757219Z",
            "started": null,
            "ended": null
        },
        {
            "id": 400,
            "name": "12345",
            "creator": 840262,
            "group": 6730,
            "created": "2020-10-08T16:05:38.925556Z",
            "started": null,
            "ended": null
        },
        {
            "id": 634,
            "name": "12345",
            "creator": 882235,
            "group": 7434,
            "created": "2021-04-19T07:12:38.951943Z",
            "started": null,
            "ended": null
        }
    ]
}