GET /api/v1/tournament_records/?format=api&ordering=started&page=30
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=started&page=31",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=started&page=29",
    "results": [
        {
            "id": 295,
            "name": "Eugene-CB",
            "creator": 767900,
            "group": 5449,
            "created": "2020-06-26T08:44:33.494509Z",
            "started": null,
            "ended": null
        },
        {
            "id": 296,
            "name": "Eugene-CB",
            "creator": 767900,
            "group": 5449,
            "created": "2020-06-26T08:45:26.502714Z",
            "started": null,
            "ended": null
        },
        {
            "id": 297,
            "name": "тренировка",
            "creator": 802907,
            "group": 6146,
            "created": "2020-06-26T09:25:28.526218Z",
            "started": null,
            "ended": null
        },
        {
            "id": 298,
            "name": "MATHEW",
            "creator": 804066,
            "group": 3186,
            "created": "2020-06-28T15:39:49.071582Z",
            "started": null,
            "ended": null
        },
        {
            "id": 299,
            "name": "4º Tournament in Memory of Hans Reinhard Pietsch",
            "creator": 177197,
            "group": 143,
            "created": "2020-06-30T00:53:06.932283Z",
            "started": null,
            "ended": null
        },
        {
            "id": 300,
            "name": "aaa",
            "creator": 316711,
            "group": 1095,
            "created": "2020-07-01T12:44:37.233289Z",
            "started": null,
            "ended": null
        },
        {
            "id": 301,
            "name": "Miau",
            "creator": 797712,
            "group": 6203,
            "created": "2020-07-01T15:29:44.639460Z",
            "started": null,
            "ended": null
        },
        {
            "id": 303,
            "name": "ICKKCKDBB",
            "creator": 745958,
            "group": 4806,
            "created": "2020-07-03T23:04:01.401443Z",
            "started": null,
            "ended": null
        },
        {
            "id": 304,
            "name": "День независимости США",
            "creator": 713237,
            "group": 5579,
            "created": "2020-07-04T16:33:25.948750Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}