List all tournaments or create a new tournament.

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

{
    "count": 60062,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=6006",
    "results": [
        {
            "id": 125924,
            "name": "Handicap Arena 2025 - 015",
            "director": {
                "id": 526987,
                "username": "Gia",
                "country": "gr",
                "icon": "https://user-uploads.online-go.com/14567c9a0670b7d4a44606ba237f054d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1060.2254658165978,
                        "deviation": 64.10916531200967,
                        "volatility": 0.06005512790398796
                    }
                },
                "ranking": 16.270713717252065,
                "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": 108,
                "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-03-10T11: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-03-08T15:07:02.453461Z",
            "ended": "2025-05-31T11:20:10.233513Z",
            "start_waiting": "2025-03-08T15:07:01.838576Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 117573,
            "name": "Correspondence 22k-1k Start time 4:00 AM",
            "director": {
                "id": 1443345,
                "username": "superb player go pro",
                "country": "hk",
                "icon": "https://secure.gravatar.com/avatar/dd10493b8b6e737a8053f7a97f94728f?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 753.4587738512984,
                        "deviation": 76.2039922137341,
                        "volatility": 0.060000481017636685
                    }
                },
                "ranking": 8.363540351617504,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is the first game hosted by this group. The top 3 will be invited to join this group. Have fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 609587,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 604800,
                "period_time": 604800,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14425,
                "name": "Group for people 18k or above",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2024-07-02T20:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 8,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-07-02T20:01:00.060369Z",
            "ended": "2026-06-15T16:26:00.174713Z",
            "start_waiting": "2024-07-02T20:00:59.855688Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 9,
            "ranked": true
        }
    ]
}