List all tournaments or create a new tournament.

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

{
    "count": 59321,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5932",
    "results": [
        {
            "id": 137658,
            "name": "Block Street 极速围棋淘汰赛",
            "director": {
                "id": 1970013,
                "username": "zephyr886",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/42082ff73169257d454a81bc7be18678?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 920.5334492879327,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 13.000000000000002,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "冠军(1st)1000 XP\n\n亚军(2nd)800 XP\n\n四强(并列 3-4 名)600 XP\n\n八强(并列 5-8 名)400 XP",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 41,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16231,
                "name": "Block Street中文区",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-02-27T12:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2026-02-27T12:30:40.569141Z",
            "ended": "2026-02-27T12:46:36.061425Z",
            "start_waiting": "2026-02-27T12:30:40.295031Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 6,
            "ranked": false
        }
    ]
}