List all tournaments or create a new tournament.

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

{
    "count": 59271,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5927",
    "results": [
        {
            "id": 66308,
            "name": "Zrenjanin",
            "director": {
                "id": 134125,
                "username": "mitava",
                "country": "at",
                "icon": "https://user-uploads.online-go.com/dd82ab9bd8acf39be51899ddbe1804ee-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 803.0675963374835,
                        "deviation": 63.75569687862416,
                        "volatility": 0.05991858456033788
                    }
                },
                "ranking": 9.839690528014508,
                "professional": false,
                "ui_class": ""
            },
            "description": "19x19",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 259200,
                "period_time": 86400,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 27,
                "name": "Serbian Go Players",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 79,
                "icon": "https://user-uploads.online-go.com/a4c7afeabd5c537f0916589346c203bb-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-10-07T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 12,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-10-06T16:41:10.210085Z",
            "ended": "2021-01-16T19:14:27.756794Z",
            "start_waiting": "2020-10-06T16:41:09.870574Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/a4c7afeabd5c537f0916589346c203bb-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}