GET /api/v1/tournament_records/?format=api&ordering=name&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=name&page=124",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=122",
    "results": [
        {
            "id": 1433,
            "name": "test2",
            "creator": 151301,
            "group": 8449,
            "created": "2023-04-14T18:41:25.573328Z",
            "started": null,
            "ended": null
        },
        {
            "id": 853,
            "name": "test2",
            "creator": 919051,
            "group": 7984,
            "created": "2021-09-26T18:04:53.362566Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1127,
            "name": "Test2",
            "creator": 1136600,
            "group": 11267,
            "created": "2022-05-07T02:15:45.959477Z",
            "started": null,
            "ended": null
        },
        {
            "id": 529,
            "name": "Test 2",
            "creator": 755916,
            "group": 8026,
            "created": "2021-02-07T14:01:46.890235Z",
            "started": null,
            "ended": null
        },
        {
            "id": 23,
            "name": "test 3",
            "creator": 572024,
            "group": 2946,
            "created": "2019-08-27T23:53:31.393344Z",
            "started": null,
            "ended": null
        },
        {
            "id": 249,
            "name": "test9",
            "creator": 787149,
            "group": 5895,
            "created": "2020-05-30T04:36:48.154300Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1841,
            "name": "test create tournament record",
            "creator": 547523,
            "group": 9064,
            "created": "2025-03-02T13:16:46.870451Z",
            "started": null,
            "ended": null
        },
        {
            "id": 396,
            "name": "Teste",
            "creator": 71636,
            "group": 3811,
            "created": "2020-10-05T22:26:17.869920Z",
            "started": null,
            "ended": null
        },
        {
            "id": 577,
            "name": "testing",
            "creator": 302584,
            "group": 8219,
            "created": "2021-03-11T04:58:26.302363Z",
            "started": null,
            "ended": null
        },
        {
            "id": 386,
            "name": "testing",
            "creator": 155019,
            "group": 4392,
            "created": "2020-09-21T00:29:41.158366Z",
            "started": null,
            "ended": null
        }
    ]
}