List all tournaments or create a new tournament.

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

{
    "count": 60991,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-auto_start_on_max&page=6099",
    "results": [
        {
            "id": 14720,
            "name": "Polish Group Tournament - March 2016",
            "director": {
                "id": 117423,
                "username": "PawelD",
                "country": "pl",
                "icon": "https://secure.gravatar.com/avatar/fd36ab1329312b56976df28231035546?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1557.9788485634633,
                        "deviation": 66.77259053510245,
                        "volatility": 0.05946196377360534
                    }
                },
                "ranking": 25.181328875917057,
                "professional": false,
                "ui_class": ""
            },
            "description": "Polish Group Tournament - March 2016",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 91200,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 432000,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7,
                "name": "Polish Go Players",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 459,
                "icon": "https://user-uploads.online-go.com/2bf108a559c752303005e32bfe754667-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-02-29T23:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-02-29T23:00:27.969019Z",
            "ended": "2016-08-11T13:06:06.555086Z",
            "start_waiting": "2016-02-29T23:00:27.334207Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2bf108a559c752303005e32bfe754667-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}