List all tournaments or create a new tournament.

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

{
    "count": 59971,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5997",
    "results": [
        {
            "id": 129319,
            "name": "Лето в Гудзуми",
            "director": {
                "id": 1055025,
                "username": "Sviatopolk",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/28d0d3d94004a0556b2164ff794ab445-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1757.9398945063256,
                        "deviation": 63.08264321592301,
                        "volatility": 0.05992663264762931
                    }
                },
                "ranking": 27.9767663272786,
                "professional": false,
                "ui_class": ""
            },
            "description": "Всем привет! Приглашаю принять участие в турнире по переписке \"Лето в Гудзуми\". Давненько у нас их не было.\n3 тура. Основное время - 3 дня, беёми: 3 периода по 1 дню.\nПобедителю почет и признание, всем остальным решить 200 задачек и 50 раз отжаться))\nВсем хорошей игры!",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 259200,
                "period_time": 86400,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3922,
                "name": "Гудзуми-Юсей",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 107,
                "icon": "https://user-uploads.online-go.com/d9805b8d0e97919dd033d6a28e59afa4-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-06-13T09:00:00Z",
            "players_start": 10,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2025-06-12T21:48:48.747743Z",
            "ended": "2025-12-03T16:50:22.667466Z",
            "start_waiting": "2025-06-12T21:48:47.004756Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/d9805b8d0e97919dd033d6a28e59afa4-15.png",
            "player_count": 30,
            "ranked": true
        }
    ]
}