GET /api/v1/tournament_records/?format=api&ordering=id&page=4
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&ordering=id&page=5",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=id&page=3",
    "results": [
        {
            "id": 33,
            "name": "Our First Official Tournament",
            "creator": 581268,
            "group": 3986,
            "created": "2019-09-13T17:37:49.030891Z",
            "started": null,
            "ended": null
        },
        {
            "id": 34,
            "name": "Anh Vu - Felix",
            "creator": 583604,
            "group": 3993,
            "created": "2019-09-14T15:28:50.350296Z",
            "started": null,
            "ended": null
        },
        {
            "id": 35,
            "name": "Them Hitters",
            "creator": 485271,
            "group": 2949,
            "created": "2019-09-19T19:31:32.753270Z",
            "started": null,
            "ended": null
        },
        {
            "id": 36,
            "name": "God of Go 9x9 1st Tournament",
            "creator": 681235,
            "group": 4006,
            "created": "2019-09-21T07:28:47.297811Z",
            "started": null,
            "ended": null
        },
        {
            "id": 37,
            "name": "Prueba1",
            "creator": 663579,
            "group": 4024,
            "created": "2019-09-26T15:31:25.406739Z",
            "started": null,
            "ended": null
        },
        {
            "id": 38,
            "name": "Torneo Interno Fénix",
            "creator": 412499,
            "group": 1620,
            "created": "2019-09-29T14:36:50.008242Z",
            "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
        }
    ]
}