GET /api/v1/tournament_records/?format=api&ordering=-started&page=24
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=25",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-started&page=23",
    "results": [
        {
            "id": 236,
            "name": "Tournament 1",
            "creator": 772323,
            "group": 5603,
            "created": "2020-05-23T06:49:26.602111Z",
            "started": null,
            "ended": null
        },
        {
            "id": 237,
            "name": "kaduke",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T11:56:20.353179Z",
            "started": null,
            "ended": null
        },
        {
            "id": 238,
            "name": "kaduke",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T11:59:08.192377Z",
            "started": null,
            "ended": null
        },
        {
            "id": 239,
            "name": "kaduke",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T11:59:53.167862Z",
            "started": null,
            "ended": null
        },
        {
            "id": 240,
            "name": "kaduke",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T12:02:48.576838Z",
            "started": null,
            "ended": null
        },
        {
            "id": 241,
            "name": "kaduke",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T12:05:02.716367Z",
            "started": null,
            "ended": null
        },
        {
            "id": 242,
            "name": "kaduk",
            "creator": 758272,
            "group": 5172,
            "created": "2020-05-23T12:07:15.944578Z",
            "started": null,
            "ended": null
        },
        {
            "id": 243,
            "name": "apple",
            "creator": 736023,
            "group": 4530,
            "created": "2020-05-23T13:27:23.518397Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1921,
            "name": "test",
            "creator": 491290,
            "group": 14853,
            "created": "2025-08-20T08:26:24.674703Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}