List all tournaments or create a new tournament.

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

{
    "count": 59411,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=exclude_provisional&page=5941",
    "results": [
        {
            "id": 38850,
            "name": "Cat tournament!!",
            "director": {
                "id": 454585,
                "username": "Gameluner",
                "country": "cz",
                "icon": "https://user-uploads.online-go.com/5d31e91cc5e591d821eafa5569bb38ca-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1369.1920180700085,
                        "deviation": 63.65312510460842,
                        "volatility": 0.06008654709581107
                    }
                },
                "ranking": 22.191076403753065,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a tournament, which is made for all the amateur Cats! Come & Play!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 600,
            "time_control_parameters": {
                "time_control": "simple",
                "speed": "live",
                "system": "simple",
                "pause_on_weekends": false,
                "per_move": 600
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1997,
                "name": "Cats Play Go",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 43,
                "icon": "https://user-uploads.online-go.com/7563bbe886259a7e7c9c7e86de1a9c61-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-07-15T13:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-07-15T13:00:44.917330Z",
            "ended": "2018-07-15T13:59:33.429798Z",
            "start_waiting": "2018-07-15T13:00:43.935116Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7563bbe886259a7e7c9c7e86de1a9c61-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}