GET /api/v1/tournament_records/?format=api&ordering=creator&page=2
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=creator&page=3",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=creator",
    "results": [
        {
            "id": 1223,
            "name": "🏆 Sunjang Baduk League (Season 1)",
            "creator": 27056,
            "group": 142,
            "created": "2022-08-04T01:07:11.852848Z",
            "started": null,
            "ended": null
        },
        {
            "id": 260,
            "name": "Test",
            "creator": 27056,
            "group": 139,
            "created": "2020-06-03T11:18:09.728794Z",
            "started": null,
            "ended": null
        },
        {
            "id": 340,
            "name": "TEST",
            "creator": 27056,
            "group": 139,
            "created": "2020-08-12T23:43:50.691959Z",
            "started": null,
            "ended": null
        },
        {
            "id": 82,
            "name": "Teszt",
            "creator": 34673,
            "group": 3827,
            "created": "2020-03-06T08:28:25.056623Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1007,
            "name": "Pinoy GO game",
            "creator": 36904,
            "group": 11090,
            "created": "2022-02-07T12:43:20.131896Z",
            "started": null,
            "ended": null
        },
        {
            "id": 958,
            "name": "Test",
            "creator": 37118,
            "group": 2942,
            "created": "2022-01-14T20:33:27.929085Z",
            "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": 449,
            "name": "Toxicsushi",
            "creator": 54113,
            "group": 146,
            "created": "2020-11-27T12:56:15.697594Z",
            "started": null,
            "ended": null
        },
        {
            "id": 380,
            "name": "İstanbul Çevrimiçi Şehir Turnuvası 2020/03",
            "creator": 54877,
            "group": 561,
            "created": "2020-09-19T11:43:35.606770Z",
            "started": null,
            "ended": null
        }
    ]
}