List all tournaments or create a new tournament.

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

{
    "count": 60331,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=6033",
    "results": [
        {
            "id": 84929,
            "name": "世界超級圍棋比賽  台灣站",
            "director": {
                "id": 1108650,
                "username": "ben0217",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/bb0faf917ab9ac666a9eec6a6a39aab8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1236.1855321174435,
                        "deviation": 216.30842998615762,
                        "volatility": 0.05999910988245302
                    }
                },
                "ranking": 19.825369954859255,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "輸的要檢討自己下錯地方,贏的也要。",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 113280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 2419200,
                "max_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18065,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2022-01-16T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-07-12T20:36:41.577353Z",
            "ended": "2022-10-28T13:45:45.930705Z",
            "start_waiting": "2022-07-12T20:36:41.469607Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}