GET /api/v1/tournament_records/?format=api
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=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        },
        {
            "id": 28,
            "name": "   ",
            "creator": 153455,
            "group": 1398,
            "created": "2019-09-05T11:12:02.092368Z",
            "started": null,
            "ended": null
        },
        {
            "id": 5,
            "name": "Test",
            "creator": 784,
            "group": 25,
            "created": "2019-07-13T18:19:53.765320Z",
            "started": null,
            "ended": null
        },
        {
            "id": 6,
            "name": "test",
            "creator": 445315,
            "group": 2158,
            "created": "2019-07-14T04:06:32.250992Z",
            "started": null,
            "ended": null
        },
        {
            "id": 4,
            "name": "2019 Redmond Cup Youth Tournament",
            "creator": 655435,
            "group": 3837,
            "created": "2019-07-13T15:28:09.785569Z",
            "started": null,
            "ended": null
        },
        {
            "id": 7,
            "name": "Delete test",
            "creator": 497519,
            "group": 508,
            "created": "2019-07-15T09:51:52.249995Z",
            "started": null,
            "ended": null
        },
        {
            "id": 8,
            "name": "Test",
            "creator": 87790,
            "group": 3516,
            "created": "2019-07-15T11:26:57.296325Z",
            "started": null,
            "ended": null
        },
        {
            "id": 9,
            "name": "go",
            "creator": 48251,
            "group": 2514,
            "created": "2019-07-15T17:28:54.832728Z",
            "started": null,
            "ended": null
        },
        {
            "id": 55,
            "name": "1° Torneo Femenino por Equipos",
            "creator": 49067,
            "group": 4172,
            "created": "2019-12-22T13:38:29.171960Z",
            "started": null,
            "ended": null
        },
        {
            "id": 3,
            "name": "2019 US Masters",
            "creator": 69627,
            "group": 3837,
            "created": "2019-07-13T15:12:08.515993Z",
            "started": null,
            "ended": null
        }
    ]
}