GET /api/v1/tournament_records/?format=api&ordering=ended&page=6
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=7",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=ended&page=5",
    "results": [
        {
            "id": 48,
            "name": "Пробный турнир",
            "creator": 697804,
            "group": 4156,
            "created": "2019-11-14T19:17:56.765144Z",
            "started": null,
            "ended": null
        },
        {
            "id": 49,
            "name": "Blitz 19x19 Elimination Tournament 2019-11-26 09:30",
            "creator": 649651,
            "group": 4197,
            "created": "2019-11-26T10:27:08.362185Z",
            "started": null,
            "ended": null
        },
        {
            "id": 782,
            "name": "ธันวาทาศรี",
            "creator": 1029798,
            "group": 9694,
            "created": "2021-07-27T02:30:26.427820Z",
            "started": null,
            "ended": null
        },
        {
            "id": 66,
            "name": "Kitaro tournament",
            "creator": 680909,
            "group": 4356,
            "created": "2020-01-17T00:08:02.353138Z",
            "started": null,
            "ended": null
        },
        {
            "id": 51,
            "name": "farel",
            "creator": 697815,
            "group": 4151,
            "created": "2019-11-29T07:30:31.004223Z",
            "started": null,
            "ended": null
        },
        {
            "id": 52,
            "name": "hi",
            "creator": 702249,
            "group": 43,
            "created": "2019-11-29T21:28:12.032393Z",
            "started": null,
            "ended": null
        },
        {
            "id": 53,
            "name": "ligue-senthe",
            "creator": 583604,
            "group": 3993,
            "created": "2019-11-30T17:02:12.806668Z",
            "started": null,
            "ended": null
        },
        {
            "id": 57,
            "name": "DeNeMe",
            "creator": 605619,
            "group": 3924,
            "created": "2020-01-05T12:31:21.552566Z",
            "started": null,
            "ended": null
        },
        {
            "id": 58,
            "name": "wow",
            "creator": 696496,
            "group": 2389,
            "created": "2020-01-09T16:20:48.810127Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1,
            "name": "Test record",
            "creator": 1,
            "group": 723,
            "created": "2019-07-13T13:39:35.741887Z",
            "started": null,
            "ended": null
        }
    ]
}