List all tournaments or create a new tournament.

GET /api/v1/tournaments?format=api&ordering=max_ranking&page=5893
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5892",
    "results": [
        {
            "id": 95155,
            "name": "Game 1",
            "director": {
                "id": 1179932,
                "username": "gummyv",
                "country": "in",
                "icon": "https://secure.gravatar.com/avatar/f2b8cf861e9d9d4d389c92fd1d0598cd?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1072.2201157610816,
                        "deviation": 293.7209961549813,
                        "volatility": 0.06000397521654783
                    }
                },
                "ranking": 16.531146224520548,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Game 1",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "korean",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12343,
                "name": "Go - Game 1",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-09-30T12:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-10-16T08:00:53.027899Z",
            "ended": "2023-04-30T12:02:38.821602Z",
            "start_waiting": "2022-10-16T08:00:52.914014Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 46913,
            "name": "1903练习赛",
            "director": {
                "id": 619634,
                "username": "TheOGSnoob",
                "country": "_Starfleet",
                "icon": "https://user-uploads.online-go.com/a75075d258d505870dbc4cd63dc058b1-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2146.0169966722465,
                        "deviation": 79.44705415198482,
                        "volatility": 0.059989259763153176
                    }
                },
                "ranking": 32.59451894394109,
                "professional": false,
                "ui_class": ""
            },
            "description": "内部练习赛,参加者不能使用假期功能暂停游戏",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15360,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 86400,
                "max_time": 86400,
                "time_increment": 14400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3435,
                "name": "高川格fans",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 24,
                "icon": "https://user-uploads.online-go.com/546c4135808e72b84c3db1665369905a-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2019-03-29T09:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2019-03-29T09:00:49.895251Z",
            "ended": "2019-04-15T14:28:36.033552Z",
            "start_waiting": "2019-03-29T09:00:49.405090Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/546c4135808e72b84c3db1665369905a-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}