List all tournaments or create a new tournament.

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

{
    "count": 59112,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclusivity&page=5911",
    "results": [
        {
            "id": 101937,
            "name": "8 апреля",
            "director": {
                "id": 659128,
                "username": "Эльфия Ходжер",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/da4f80244d4374a384a34d958df3ca5d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1088.5816631229495,
                        "deviation": 67.79168480487998,
                        "volatility": 0.060132267783685814
                    }
                },
                "ranking": 16.881735588417715,
                "professional": false,
                "ui_class": ""
            },
            "description": "Нужно играть",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 39,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12847,
                "name": "Nikoniko ДЕТИ",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 35,
                "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-04-08T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-04-08T02:00:27.516037Z",
            "ended": "2023-04-08T03:59:32.773303Z",
            "start_waiting": "2023-04-08T02:00:27.398326Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-15.png",
            "player_count": 8,
            "ranked": true
        },
        {
            "id": 83010,
            "name": "27/11 黃柏睿\t林可淇",
            "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": "27/11 黃柏睿\t林可淇",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 1200
            },
            "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": "2021-11-27T09: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": "2021-11-27T08:33:37.922216Z",
            "ended": "2021-11-27T09:16:52.143441Z",
            "start_waiting": "2021-11-27T08:33:37.864632Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}