List all tournaments or create a new tournament.

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

{
    "count": 58821,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-auto_start_on_max&page=5882",
    "results": [
        {
            "id": 17823,
            "name": "Lower Half DDK #1: Canada Day",
            "director": {
                "id": 303589,
                "username": "Canada1867",
                "country": "ca",
                "icon": "https://secure.gravatar.com/avatar/0a77206015cf9e4c151ac777d1636656?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 924.8037735661408,
                        "deviation": 68.06902899701008,
                        "volatility": 0.06000502011404481
                    }
                },
                "ranking": 13.10714375918142,
                "professional": false,
                "ui_class": ""
            },
            "description": "The very first GCL event for LHDDK. Celebrating Canada's Independence from the United Kingdom.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 46080,
            "time_control_parameters": {
                "time_control": "canadian",
                "period_time": 259200,
                "main_time": 1814400,
                "stones_per_period": 10
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1137,
                "name": "Go Championship League",
                "summary": "A Canadian Based Championship League",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2016-07-01T06:30:00Z",
            "players_start": 10,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slide",
            "min_ranking": 0,
            "max_ranking": 10,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-11-03T17:11:23.775671Z",
            "ended": "2019-06-07T17:31:38.201044Z",
            "start_waiting": "2016-11-03T17:11:22.583637Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 10,
            "ranked": true
        }
    ]
}