List all tournaments or create a new tournament.

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

{
    "count": 59771,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5977",
    "results": [
        {
            "id": 15694,
            "name": "The Learners Tournament",
            "director": {
                "id": 57543,
                "username": "christopher.rehm.14",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/74cae5f219d6ba184018a1fc020615d6-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 856.631908300733,
                        "deviation": 67.16670453181321,
                        "volatility": 0.05978920352070564
                    }
                },
                "ranking": 11.334472700058274,
                "professional": false,
                "ui_class": ""
            },
            "description": "This tournament is open to all, the only requirement is to write a game review of games that you win for the losing player.  That way the loser can learn from their mistakes. It is open to all, please feel free to invite anyone who may be interested. Good luck and all the best.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 501,
                "name": "Hannover Deutschland",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2016-04-01T17:16:00Z",
            "players_start": 6,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-04-01T17:16:21.196991Z",
            "ended": "2018-01-16T15:31:48.863068Z",
            "start_waiting": "2016-04-01T17:16:20.717876Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 34,
            "ranked": true
        }
    ]
}