List all tournaments or create a new tournament.

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

{
    "count": 59072,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5907",
    "results": [
        {
            "id": 37899,
            "name": "The Trowel v The Bun Game 2",
            "director": {
                "id": 512334,
                "username": "danielml01",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/4d5da62e5cdaf4e31b1d5decf55b3b25-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1690.3634325574947,
                        "deviation": 61.00656323816657,
                        "volatility": 0.059884691598952516
                    }
                },
                "ranking": 27.069308219955527,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "The Trowel v The Bun Game 2",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 50,
            "time_control_parameters": {
                "period_time": 30,
                "main_time": 1800,
                "system": "byoyomi",
                "pause_on_weekends": false,
                "time_control": "byoyomi",
                "periods": 5,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2509,
                "name": "Kyu Clash",
                "summary": "Where Kyu Level Go Streamers Face Off! https://twitch.tv/kyuclash",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/95f3017ea43d7e8447f403c39f0a9508-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-06-05T18:30:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2018-06-05T18:30:13.559120Z",
            "ended": "2018-06-05T18:58:27.151474Z",
            "start_waiting": "2018-06-05T18:30:13.335730Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/95f3017ea43d7e8447f403c39f0a9508-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 97694,
            "name": "郭在田 謝汶熹",
            "director": {
                "id": 818416,
                "username": "傳碁學園",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/225f58a6cdd437bb701ba1af0dd7678f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1898.3468207617877,
                        "deviation": 71.28817954667363,
                        "volatility": 0.06041644550084839
                    }
                },
                "ranking": 29.755630942351214,
                "professional": false,
                "ui_class": ""
            },
            "description": "郭在田\n謝汶熹",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 35,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6399,
                "name": "傳碁 B班",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 53,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2022-12-10T09:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2022-12-10T08:31:22.882795Z",
            "ended": "2022-12-10T09:15:08.603020Z",
            "start_waiting": "2022-12-10T08:31:22.822758Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}