GET /api/v1/tournament_records/?format=api&ordering=started&page=50
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=started&page=51",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started&page=49",
    "results": [
        {
            "id": 487,
            "name": "21S1 Division C",
            "creator": 848128,
            "group": 6974,
            "created": "2021-01-08T11:51:37.704535Z",
            "started": null,
            "ended": null
        },
        {
            "id": 488,
            "name": "21S1 Division D",
            "creator": 848128,
            "group": 6974,
            "created": "2021-01-08T11:51:46.312734Z",
            "started": null,
            "ended": null
        },
        {
            "id": 564,
            "name": "21S2 Division D",
            "creator": 848128,
            "group": 6974,
            "created": "2021-03-05T14:22:45.839989Z",
            "started": null,
            "ended": null
        },
        {
            "id": 491,
            "name": "New Year Tournament",
            "creator": 818383,
            "group": 7337,
            "created": "2021-01-11T07:35:52.722070Z",
            "started": null,
            "ended": null
        },
        {
            "id": 492,
            "name": "唔想我嘅感覺!",
            "creator": 881637,
            "group": 7426,
            "created": "2021-01-11T11:01:34.871945Z",
            "started": null,
            "ended": null
        },
        {
            "id": 493,
            "name": "saiio678884789437",
            "creator": 838050,
            "group": 5590,
            "created": "2021-01-12T10:39:48.755114Z",
            "started": null,
            "ended": null
        },
        {
            "id": 494,
            "name": "tirgrjggjrgr",
            "creator": 819853,
            "group": 6759,
            "created": "2021-01-16T06:23:18.083656Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1911,
            "name": "สนุกกสนาน",
            "creator": 1826342,
            "group": 25,
            "created": "2025-07-29T14:35:18.942552Z",
            "started": null,
            "ended": null
        },
        {
            "id": 496,
            "name": "Cheer",
            "creator": 842857,
            "group": 7734,
            "created": "2021-01-19T00:07:51.795356Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}