GET /api/v1/tournament_records/?format=api&ordering=-ended&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=-ended&page=5",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-ended&page=3",
    "results": [
        {
            "id": 25,
            "name": "join now",
            "creator": 646491,
            "group": 3704,
            "created": "2019-08-31T12:55:49.851523Z",
            "started": null,
            "ended": null
        },
        {
            "id": 26,
            "name": "turniej testowy",
            "creator": 657924,
            "group": 3812,
            "created": "2019-09-01T10:36:36.314156Z",
            "started": null,
            "ended": null
        },
        {
            "id": 27,
            "name": "Round 1",
            "creator": 317928,
            "group": 3965,
            "created": "2019-09-04T16:07:06.614495Z",
            "started": null,
            "ended": null
        },
        {
            "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": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}