List all tournaments or create a new tournament.

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

{
    "count": 59041,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5904",
    "results": [
        {
            "id": 129082,
            "name": "vrt tgeaaefbaefsvwfvf",
            "director": {
                "id": 1751576,
                "username": "Romeo..loppp",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/bb0445925d478516c0f47adea3106fc7?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1074.9937199355022,
                        "deviation": 81.79620866615477,
                        "volatility": 0.06006615368729614
                    }
                },
                "ranking": 16.590953004154972,
                "professional": false,
                "ui_class": ""
            },
            "description": "rhbwrhbeggedhaeffgagsdgwdagwdgwgwgt",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "nz",
            "time_per_move": 48,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 4800,
                "max_time": 4800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13797,
                "name": " 无间勤碁术化  Go Advance forward forever",
                "summary": "欢迎围棋爱好者来到属于您的园地\n\n\n          In Your 💖 Go to Universes everywhere",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 497,
                "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-06-03T11:11:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-06-03T11:11:41.292020Z",
            "ended": "2025-06-03T11:32:43.938196Z",
            "start_waiting": "2025-06-03T11:11:41.095620Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-15.png",
            "player_count": 14,
            "ranked": true
        }
    ]
}