List all tournaments or create a new tournament.

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

{
    "count": 59501,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5950",
    "results": [
        {
            "id": 89693,
            "name": "7/5 3 -> 區思源 4 -> 梁予深",
            "director": {
                "id": 729080,
                "username": "樂 碁",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/38ab1d2a0a44a76ba656aca3c2fb3101-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1376.5461424853938,
                        "deviation": 260.4210499451175,
                        "volatility": 0.059998813696822535
                    }
                },
                "ranking": 22.315085597176374,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "3 -> 區思源\n4 -> 梁予深",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 33,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 20,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6399,
                "name": "傳碁 B班",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 53,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2022-05-07T09:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2022-05-07T08:38:59.269092Z",
            "ended": "2022-05-07T09:28:13.265077Z",
            "start_waiting": "2022-05-07T08:38:59.216573Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}