List all tournaments or create a new tournament.

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

{
    "count": 60342,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=6034",
    "results": [
        {
            "id": 139890,
            "name": "第5回 囲碁を楽しもう大会",
            "director": {
                "id": 1997867,
                "username": "LINNKU",
                "country": "jp",
                "icon": "https://user-uploads.online-go.com/149cc31ab23ee78d65e1987b29f39c5e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 982.815927759265,
                        "deviation": 61.02011537886039,
                        "volatility": 0.059979849668402446
                    }
                },
                "ranking": 14.515595979678002,
                "professional": false,
                "ui_class": ""
            },
            "description": "囲碁を楽しみながら勝ち抜いていきましょう。",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 12,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 300,
                "max_time": 3600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16264,
                "name": "9x9 13x13 19x19 123 ! !",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-05-09T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-05-09T05:00:49.385543Z",
            "ended": "2026-05-09T05:17:28.836309Z",
            "start_waiting": "2026-05-09T05:00:49.300873Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 7,
            "ranked": true
        },
        {
            "id": 60438,
            "name": "Test Tournament 9x9",
            "director": {
                "id": 8591,
                "username": "Paul Smith",
                "country": "gb",
                "icon": "https://user-uploads.online-go.com/137217ef964f2be1ed28638cde3f867f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1776.2649520202158,
                        "deviation": 81.46902594694446,
                        "volatility": 0.05998981464340914
                    }
                },
                "ranking": 28.21683666936091,
                "professional": false,
                "ui_class": ""
            },
            "description": "A quick 3 round 9x9 tournament to see how the automatic tournaments on OGS work. If it works well, we'll have some more tournaments later on bigger size boards!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 3,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "blitz",
                "pause_on_weekends": false,
                "total_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4739,
                "name": "British Go Association Youth",
                "summary": "British Go Association's group for youth players. Some adult helpers are also members.",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 158,
                "icon": "https://user-uploads.online-go.com/32f8f5b2bf687d438316b083f862d81f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-05-13T16:35:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-05-13T16:35:32.606658Z",
            "ended": "2020-05-13T17:02:12.680471Z",
            "start_waiting": "2020-05-13T16:35:32.082705Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/32f8f5b2bf687d438316b083f862d81f-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}