GET /api/v1/tournament_records/?format=api&ordering=name&page=125
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=126",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=name&page=124",
    "results": [
        {
            "id": 583,
            "name": "Test turnir",
            "creator": 585960,
            "group": 27,
            "created": "2021-03-14T11:36:46.243647Z",
            "started": null,
            "ended": null
        },
        {
            "id": 913,
            "name": "Test your level",
            "creator": 910762,
            "group": 9001,
            "created": "2021-11-26T08:47:08.061903Z",
            "started": null,
            "ended": null
        },
        {
            "id": 82,
            "name": "Teszt",
            "creator": 34673,
            "group": 3827,
            "created": "2020-03-06T08:28:25.056623Z",
            "started": null,
            "ended": null
        },
        {
            "id": 699,
            "name": "TGA Cup 2021-Dan Category",
            "creator": 757957,
            "group": 9221,
            "created": "2021-05-30T05:08:36.086987Z",
            "started": null,
            "ended": null
        },
        {
            "id": 811,
            "name": "thai",
            "creator": 746506,
            "group": 471,
            "created": "2021-08-30T11:48:46.250062Z",
            "started": null,
            "ended": null
        },
        {
            "id": 815,
            "name": "The best",
            "creator": 1035756,
            "group": 10036,
            "created": "2021-09-02T08:39:21.176618Z",
            "started": null,
            "ended": null
        },
        {
            "id": 392,
            "name": "the best game in the world",
            "creator": 803789,
            "group": 6774,
            "created": "2020-10-01T15:11:11.005214Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1540,
            "name": "the best kyu in 16-25",
            "creator": 1409180,
            "group": 43,
            "created": "2023-10-24T13:35:42.845852Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1879,
            "name": "The Cutting Board",
            "creator": 955176,
            "group": 13106,
            "created": "2025-05-17T16:18:30.149050Z",
            "started": null,
            "ended": null
        },
        {
            "id": 286,
            "name": "The Dan Tournament",
            "creator": 799549,
            "group": 25,
            "created": "2020-06-19T20:02:15.798730Z",
            "started": null,
            "ended": null
        }
    ]
}