List all tournaments or create a new tournament.

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

{
    "count": 60731,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6073",
    "results": [
        {
            "id": 128618,
            "name": "Чемпионат ГУАП (13х13)",
            "director": {
                "id": 512029,
                "username": "Павел Науменко",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/159834f78ac02642afdb38194bd2c630-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1590.5998052104333,
                        "deviation": 64.84671793344685,
                        "volatility": 0.059989172933866
                    }
                },
                "ranking": 25.66103877139472,
                "professional": false,
                "ui_class": ""
            },
            "description": "Чемпионат ГУАП по го\n\nВ субботу 31 мая с 18:00 до 20.\nК участию допускаются студенты, аспиранты, сотрудники и выпускники ГУАП!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 300,
                "max_time": 1800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15343,
                "name": "Го-клуб ГУАП",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2025-05-31T15:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2025-05-31T15:00:41.355614Z",
            "ended": "2025-05-31T16:51:41.154115Z",
            "start_waiting": "2025-05-31T15:00:40.695401Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}