List all tournaments or create a new tournament.

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

{
    "count": 59032,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5903",
    "results": [
        {
            "id": 128641,
            "name": "Super comeback tournament",
            "director": {
                "id": 1393499,
                "username": "Imtiyaz",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/56a672954f96d68180eb8444196aec12-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1011.9208484463418,
                        "deviation": 64.76690845972848,
                        "volatility": 0.06003314607569738
                    }
                },
                "ranking": 15.191200643263914,
                "professional": false,
                "ui_class": ""
            },
            "description": "Good game have fun\nstart with something that exciting",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 40,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 0,
                "period_time": 40,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13675,
                "name": "Sunday GO and MORE",
                "summary": "You can't miss this group, join now!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 110,
                "icon": "https://user-uploads.online-go.com/e9f20c25fe1d95f705ad61dc0bd03a5d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-07-15T12:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-07-15T12:01:03.518268Z",
            "ended": "2025-07-15T12:24:44.097303Z",
            "start_waiting": "2025-07-15T12:01:03.334222Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e9f20c25fe1d95f705ad61dc0bd03a5d-15.png",
            "player_count": 19,
            "ranked": true
        },
        {
            "id": 133538,
            "name": "Handicap Arena 2025 - 085",
            "director": {
                "id": 526987,
                "username": "Gia",
                "country": "gr",
                "icon": "https://user-uploads.online-go.com/14567c9a0670b7d4a44606ba237f054d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1167.0440153284273,
                        "deviation": 63.05604161588547,
                        "volatility": 0.06007501184273478
                    }
                },
                "ranking": 18.492939632377524,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Part of an arena tournament - 2025. For details, rules and arena-standings see the group page.\n\nThe tournament will start as soon as it is full (10 players).",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "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": 13655,
                "name": "Handicap Arena",
                "summary": "Organising arena-type handicap correspondence tournaments.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 98,
                "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-10-24T09:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-10-22T19:21:34.480757Z",
            "ended": "2025-12-05T12:55:50.276456Z",
            "start_waiting": "2025-10-22T19:21:33.651959Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}