GET /api/v1/tournament_records/?format=api&ordering=-name&page=99
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=100",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=98",
    "results": [
        {
            "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
        },
        {
            "id": 1351,
            "name": "go to go",
            "creator": 1269895,
            "group": 12279,
            "created": "2023-01-26T17:49:53.320218Z",
            "started": null,
            "ended": null
        },
        {
            "id": 269,
            "name": "go time9#",
            "creator": 748929,
            "group": 515,
            "created": "2020-06-05T16:41:43.789951Z",
            "started": null,
            "ended": null
        },
        {
            "id": 79,
            "name": "go time 3#",
            "creator": 728080,
            "group": 515,
            "created": "2020-02-21T20:06:24.836935Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1820,
            "name": "Go Time!",
            "creator": 1642189,
            "group": 13675,
            "created": "2025-01-09T01:49:31.011367Z",
            "started": null,
            "ended": null
        },
        {
            "id": 140,
            "name": "go time",
            "creator": 748929,
            "group": 515,
            "created": "2020-04-06T20:31:47.789670Z",
            "started": null,
            "ended": null
        },
        {
            "id": 138,
            "name": "goooooo",
            "creator": 744918,
            "group": 25,
            "created": "2020-04-06T11:46:18.122969Z",
            "started": null,
            "ended": null
        },
        {
            "id": 178,
            "name": "GOOOO",
            "creator": 756892,
            "group": 5275,
            "created": "2020-04-23T14:40:40.970544Z",
            "started": null,
            "ended": null
        }
    ]
}