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

{
    "count": 1579,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&page=6",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&page=4",
    "results": [
        {
            "id": 73,
            "name": "No handicap",
            "creator": 713157,
            "group": 38,
            "created": "2020-02-04T14:02:15.794397Z",
            "started": null,
            "ended": null
        },
        {
            "id": 40,
            "name": "Test",
            "creator": 533905,
            "group": 3207,
            "created": "2019-10-14T18:20:16.296757Z",
            "started": null,
            "ended": null
        },
        {
            "id": 41,
            "name": "sasura",
            "creator": 685381,
            "group": 4044,
            "created": "2019-10-15T21:52:56.276653Z",
            "started": null,
            "ended": null
        },
        {
            "id": 42,
            "name": "TournoiTest",
            "creator": 657233,
            "group": 95,
            "created": "2019-10-16T18:25:45.423712Z",
            "started": null,
            "ended": null
        },
        {
            "id": 43,
            "name": "X",
            "creator": 307866,
            "group": 1527,
            "created": "2019-10-19T15:46:31.354025Z",
            "started": null,
            "ended": null
        },
        {
            "id": 781,
            "name": "เยเกอร์",
            "creator": 750171,
            "group": 9161,
            "created": "2021-07-25T12:40:18.459118Z",
            "started": null,
            "ended": null
        },
        {
            "id": 56,
            "name": "IRELAND",
            "creator": 698377,
            "group": 858,
            "created": "2019-12-30T17:07:02.029200Z",
            "started": null,
            "ended": null
        },
        {
            "id": 65,
            "name": "Naci Erdem Games ..",
            "creator": 680909,
            "group": 4353,
            "created": "2020-01-16T11:55:43.655753Z",
            "started": null,
            "ended": null
        },
        {
            "id": 45,
            "name": "2019 Cotsen Open in Los Angeles, CA",
            "creator": 69627,
            "group": 3837,
            "created": "2019-10-27T04:59:29.438129Z",
            "started": null,
            "ended": null
        },
        {
            "id": 46,
            "name": "Vicious Cross",
            "creator": 690438,
            "group": 4118,
            "created": "2019-10-27T17:41:37.505144Z",
            "started": null,
            "ended": null
        }
    ]
}