GET /api/v1/tournament_records/?format=api&ordering=name&page=15
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=16",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=14",
    "results": [
        {
            "id": 477,
            "name": "123456789",
            "creator": 887779,
            "group": 4414,
            "created": "2020-12-24T02:20:30.225667Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1625,
            "name": "123456789",
            "creator": 1470605,
            "group": 14001,
            "created": "2024-03-01T19:58:30.382753Z",
            "started": null,
            "ended": null
        },
        {
            "id": 182,
            "name": "1234567890-=",
            "creator": 748237,
            "group": 5437,
            "created": "2020-04-25T16:11:19.628746Z",
            "started": null,
            "ended": null
        },
        {
            "id": 330,
            "name": "12345678 go night",
            "creator": 735410,
            "group": 5868,
            "created": "2020-08-02T12:38:21.611881Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1503,
            "name": "123457890",
            "creator": 1408273,
            "group": 2946,
            "created": "2023-09-02T07:08:53.160900Z",
            "started": null,
            "ended": null
        },
        {
            "id": 280,
            "name": "123 go",
            "creator": 797059,
            "group": 3,
            "created": "2020-06-14T18:14:57.316590Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1594,
            "name": "123Go Go Go!",
            "creator": 1392813,
            "group": 13127,
            "created": "2023-12-26T20:11:37.852561Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1152,
            "name": "124 go",
            "creator": 868193,
            "group": 10991,
            "created": "2022-06-08T09:53:42.258116Z",
            "started": null,
            "ended": null
        },
        {
            "id": 410,
            "name": "มามา กทม.สู้ๆ ครั้งที่ 1 ประจำเดือน ต.ค.2563",
            "creator": 517674,
            "group": 2328,
            "created": "2020-10-14T04:24:31.538967Z",
            "started": null,
            "ended": null
        },
        {
            "id": 411,
            "name": "มามา กทม.สู้ๆ ครั้งที่ 1/2563",
            "creator": 517674,
            "group": 2328,
            "created": "2020-10-14T04:27:54.610260Z",
            "started": null,
            "ended": null
        }
    ]
}