GET /api/v1/tournament_records/?format=api&ordering=-name&page=102
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=103",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=101",
    "results": [
        {
            "id": 841,
            "name": "Go cup",
            "creator": 1013920,
            "group": 45,
            "created": "2021-09-20T14:02:58.458795Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1936,
            "name": "gocreate",
            "creator": 1861803,
            "group": 15722,
            "created": "2025-09-19T13:00:29.999343Z",
            "started": null,
            "ended": null
        },
        {
            "id": 98,
            "name": "Go Class Tournament",
            "creator": 737452,
            "group": 4513,
            "created": "2020-03-15T21:20:17.035921Z",
            "started": null,
            "ended": null
        },
        {
            "id": 617,
            "name": "go boom",
            "creator": 976498,
            "group": 25,
            "created": "2021-04-05T15:05:19.894918Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1274,
            "name": "Go basics tournaments 1",
            "creator": 1182840,
            "group": 25,
            "created": "2022-10-30T06:46:44.193667Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1253,
            "name": "go basics big match",
            "creator": 1213277,
            "group": 25,
            "created": "2022-09-23T14:46:54.878768Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1826,
            "name": "Go basics",
            "creator": 1573495,
            "group": 25,
            "created": "2025-01-26T17:32:24.188107Z",
            "started": null,
            "ended": null
        },
        {
            "id": 343,
            "name": "go !!! #1",
            "creator": 816378,
            "group": 6565,
            "created": "2020-08-15T11:10:42.343153Z",
            "started": null,
            "ended": null
        },
        {
            "id": 877,
            "name": "GO!!!",
            "creator": 1070620,
            "group": 10413,
            "created": "2021-10-25T10:28:01.046894Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1272,
            "name": "Go",
            "creator": 1017002,
            "group": 10154,
            "created": "2022-10-27T09:54:11.968887Z",
            "started": null,
            "ended": null
        }
    ]
}