List all tournaments or create a new tournament.

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

{
    "count": 59441,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5944",
    "results": [
        {
            "id": 54538,
            "name": "Michigan GO players 13 ,golden ticket deathmatch",
            "director": {
                "id": 467165,
                "username": "MummRa",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/68359dab5164ddcdffa8ad4ca0699079-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1247.96548084978,
                        "deviation": 64.85752922715939,
                        "volatility": 0.06002061271498367
                    }
                },
                "ranking": 20.044928150690506,
                "professional": false,
                "ui_class": ""
            },
            "description": "Open tournament for a potential ticket to the Michigan invitational 13 ,highest finishing usa player can choose to represent their chosen state and play against the best Michigan player...\nPlease note the time controls...\nNot for Michigan players!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 87360,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 86400,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 306,
                "name": "Michigan Go Players",
                "summary": "For Players from all over Michigan",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 87,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2019-12-12T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 6,
            "max_ranking": 37,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2019-12-12T07:00:11.239895Z",
            "ended": "2020-02-27T11:24:06.463069Z",
            "start_waiting": "2019-12-12T07:00:10.642696Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5,
            "ranked": true
        }
    ]
}