GET /api/v1/tournament_records/?format=api&ordering=-name&page=100
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1619,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=101",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=99",
    "results": [
        {
            "id": 554,
            "name": "GO WORLD: The first tournament of this group",
            "creator": 925601,
            "group": 8410,
            "created": "2021-02-25T02:36:56.692791Z",
            "started": null,
            "ended": null
        },
        {
            "id": 47,
            "name": "go UP",
            "creator": 696496,
            "group": 25,
            "created": "2019-11-12T16:57:46.207635Z",
            "started": null,
            "ended": null
        },
        {
            "id": 883,
            "name": "Go Turnuvası: Kasım 2021",
            "creator": 1071107,
            "group": 10438,
            "created": "2021-10-29T12:58:08.405664Z",
            "started": null,
            "ended": null
        },
        {
            "id": 363,
            "name": "Go Turnuvası Eylül 2020",
            "creator": 137040,
            "group": 5835,
            "created": "2020-09-03T10:46:22.660153Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1355,
            "name": "Go tournament champions 2023",
            "creator": 952140,
            "group": 8709,
            "created": "2023-02-11T04:43:52.426816Z",
            "started": null,
            "ended": null
        },
        {
            "id": 317,
            "name": "GO Tournament 2",
            "creator": 736685,
            "group": 5925,
            "created": "2020-07-20T10:17:52.918500Z",
            "started": null,
            "ended": null
        },
        {
            "id": 599,
            "name": "Go tournament",
            "creator": 952140,
            "group": 8709,
            "created": "2021-03-24T07:42:47.803395Z",
            "started": null,
            "ended": null
        },
        {
            "id": 294,
            "name": "GO Tornament",
            "creator": 736685,
            "group": 5925,
            "created": "2020-06-26T06:13:13.772319Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1378,
            "name": "GO TO GO",
            "creator": 1298671,
            "group": 10288,
            "created": "2023-03-21T12:27:32.053857Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1365,
            "name": "Go to go!!!",
            "creator": 1269895,
            "group": 12930,
            "created": "2023-03-02T10:04:52.788408Z",
            "started": null,
            "ended": null
        }
    ]
}