List all tournaments or create a new tournament.

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

{
    "count": 59162,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-player_count&page=5916",
    "results": [
        {
            "id": 138718,
            "name": "第一届 “天马杯”棋圣赛",
            "director": {
                "id": 1250228,
                "username": "Xuan Tian",
                "country": "my",
                "icon": "https://secure.gravatar.com/avatar/80dc35d1767b37d01fdf02be62fa5602?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 923.1175363275205,
                        "deviation": 66.1477979131447,
                        "volatility": 0.06023565773574006
                    }
                },
                "ranking": 13.064894770872437,
                "professional": false,
                "ui_class": ""
            },
            "description": "获胜者将有机会进入邀请赛\nWinner have chance to participate in invite competition",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16280,
                "name": "我们的友谊赛",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-07-01T07:00:00Z",
            "players_start": 64,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 138740,
            "name": "FNRRT: Round Robin for 25k-14k [FAST?] # III",
            "director": {
                "id": 1872546,
                "username": "Sch-Mentor",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/41804ae38abc71e0bea5040b313b01ec-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Things to keep in mind:\n* Use the conditional move feature to speed up the game.\n* No pauses and no vacations are allowed; if any player switch it on, then they will be disqualified without further notice or reminder (unless they have an urgent matter to attend to and give notice to TD).\n* Disqualification will occur automatically by the site if a player loses by timeout (if they have more than 50 active games they will be disqualified by the TD too).\n* If disqualified by the TD, all outstanding games will be forfeited, which will affect the player’s ranking.\n* If you find that a player pauses the game, enters vacation mode or has bad behavior, please send a message to the TD.\n* And last but not least: no weekends, just make your move; it’s a tournament, my friend!\n\nNote: OGS has a new feature that automatically turns on vacation mode when a player is reaching a possible lost by timeout. Make sure to disable it in https://online-go.com/settings/vacation",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 87768,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 172800,
                "max_time": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 15509,
                "name": "Fast and narrow rank range tournaments",
                "summary": "Tournaments for people who like to play within narrow rank ranges and fast correspondence games.",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 47,
                "icon": "https://user-uploads.online-go.com/fb0e7d5660cf5ea61609ed14abdc9bfa-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-04-13T23:33:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 16,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fb0e7d5660cf5ea61609ed14abdc9bfa-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}