List all tournaments or create a new tournament.

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

{
    "count": 59201,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5920",
    "results": [
        {
            "id": 108834,
            "name": "ซ้อมก่อนแข่ง",
            "director": {
                "id": 912815,
                "username": "cp06",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/4da1ef892b79d62ea729b1964f8d22fc-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1714.2976090919533,
                        "deviation": 165.413817348452,
                        "volatility": 0.05999825538800575
                    }
                },
                "ranking": 27.394794550290733,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "ซ้อมก่อนแข่ง",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4793,
                "name": "Angel WFH",
                "summary": "การเล่นหมากล้อมออนไลน์สำหรับทีมพิธีการ และทีมหมากล้อม",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 38,
                "icon": "https://user-uploads.online-go.com/239e27d5dffdd0da2b53b35983f614e3-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-10-25T08:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-10-25T08:30:35.956808Z",
            "ended": "2023-10-25T08:41:21.527544Z",
            "start_waiting": "2023-10-25T08:30:35.889868Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/239e27d5dffdd0da2b53b35983f614e3-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}