List all tournaments or create a new tournament.

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

{
    "count": 60051,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclude_provisional&page=6005",
    "results": [
        {
            "id": 141560,
            "name": "ซ้อมแข่ง ครั้งที่ 4 มปน. สู้ๆ กระดาน 9 รอบเช้าวันพฤหัส",
            "director": {
                "id": 517674,
                "username": "KrooEkkaphong",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/beb385635696d1e17761a8bb919df7a2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1278.549950542571,
                        "deviation": 69.77322090021877,
                        "volatility": 0.06012455495684658
                    }
                },
                "ranking": 20.60543536367189,
                "professional": false,
                "ui_class": ""
            },
            "description": "พรุ่งนี้ ใครมาเช้า ครูจะ ฝึกซ้อม เตรียมแข่ง รายการ Zodiac FriendshipgAME ในวันศุกร์ ที่ 26 มิถุนายน 2569 เวลา 17.00 น.\nพรุ่งนี้ ทุกคนที่อยากแข่ง ซ้อม มารวมตัวและเข้าระบบ \n15.50 เริ่มเตรียมเข้า OGS\n16.00 เริ่มแข่ง ซ้อม ครั้งที่ 4 มปน. สู้ๆ กระดาน 9 แบบแพ้ตกรอบ ออนไลน์ หาผู้ชนะ ในครั้งนี้ เพียง 1 เดียว \nเข้า OGS แล้วมาเข้าอันนี้ไว้รอ",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2276,
                "name": "คัดตัวนักกีฬาหมากล้อม มปน.",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 118,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-06-25T09:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-06-25T09:00:16.386443Z",
            "ended": "2026-06-25T09:21:58.185452Z",
            "start_waiting": "2026-06-25T09:00:16.256658Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}