List all tournaments or create a new tournament.

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

{
    "count": 59241,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=5924",
    "results": [
        {
            "id": 115247,
            "name": "Giải đấu Xóm Cờ Vây: Hệ Măng Non - lần 2",
            "director": {
                "id": 1358858,
                "username": "piii7777",
                "country": "vn",
                "icon": "https://user-uploads.online-go.com/c98f52b964618fc2dfe8f264c6a5d804-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1937.6831820311227,
                        "deviation": 68.71146629116117,
                        "volatility": 0.0599974874133445
                    }
                },
                "ranking": 30.230428419776782,
                "professional": false,
                "ui_class": ""
            },
            "description": "Nhóm Măng Non: 20k -12k\nGiải nhất: 50k\nGiải nhì: 30k\nGiải ba: 20k\n\nGiải thưởng chỉ đc tài trợ trong trường hợp giải đấu có trên 12 kì thủ tham gia!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 41,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13517,
                "name": "Xóm Cờ Vây",
                "summary": "Xóm Cờ Vây là một cộng đồng chơi cờ vây trực tuyến của các kỳ thủ cờ vây Việt Nam, do kỳ thủ Vương Đánh Cờ Vây thành lập, nhằm giúp đỡ những người muốn học chơi cờ vây ở Việt Nam.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 572,
                "icon": "https://user-uploads.online-go.com/54b2ff39f4bf6580f42bb7e2736eab46-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-04-27T13:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 10,
            "max_ranking": 18,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2024-04-27T13:30:25.110195Z",
            "ended": "2024-04-27T14:17:27.046173Z",
            "start_waiting": "2024-04-27T13:30:25.013433Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/54b2ff39f4bf6580f42bb7e2736eab46-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}