List all tournaments or create a new tournament.

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

{
    "count": 59241,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=auto_start_on_max&page=5924",
    "results": [
        {
            "id": 115497,
            "name": "Everyone allowed tournament (beneath 1kyu)",
            "director": {
                "id": 1265911,
                "username": "WillZ",
                "country": "ca",
                "icon": "https://user-uploads.online-go.com/57b72eb841ee2184293939760d71a983-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1704.1322864463716,
                        "deviation": 64.29936042029223,
                        "volatility": 0.05990602496776757
                    }
                },
                "ranking": 27.25711267873605,
                "professional": false,
                "ui_class": ""
            },
            "description": "Good luck! And have fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "chinese",
            "time_per_move": 37,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 5
            },
            "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": 496,
                "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-04-28T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-05-13T06:34:04.463325Z",
            "ended": "2024-05-13T07:59:33.059645Z",
            "start_waiting": "2024-05-13T06:34:04.341846Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}