List all tournaments or create a new tournament.

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

{
    "count": 59462,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=start_waiting&page=5946",
    "results": [
        {
            "id": 134549,
            "name": "Hoo88",
            "director": {
                "id": 1627517,
                "username": "RUR1",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/d756580ca37f217ac329d1d706100540-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 481.583717392081,
                        "deviation": 64.36492100395432,
                        "volatility": 0.06003640199179758
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "Uuiidudh",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "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": 15907,
                "name": "Krai88",
                "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": "2025-11-20T02:02:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "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": 1,
            "ranked": true
        },
        {
            "id": 1687,
            "name": "Can You Win CYW",
            "director": {
                "id": 2088,
                "username": "YellowBell",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/147031274f159e4a36363ec711069e95?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1854.371868277826,
                        "deviation": 85.88247515034779,
                        "volatility": 0.06003776812322676
                    }
                },
                "ranking": 29.213055367274578,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 383,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 19,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2012-03-07T16:35:23Z",
            "ended": "2012-03-07T15:35:23Z",
            "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
        }
    ]
}