List all tournaments or create a new tournament.

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

{
    "count": 60181,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclude_provisional&page=6018",
    "results": [
        {
            "id": 37838,
            "name": "9x9줄 단판 토너먼트 기전",
            "director": {
                "id": 542013,
                "username": "GodLikeKorea",
                "country": "kr",
                "icon": "https://user-uploads.online-go.com/d197d894253f63484e8f2b0f5a64a393-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2256.6095917986913,
                        "deviation": 76.8854076402661,
                        "volatility": 0.059983136310909554
                    }
                },
                "ranking": 33.75780509951045,
                "professional": false,
                "ui_class": ""
            },
            "description": "단판 토너먼트 기전을 하였으면 합니다 관리자님",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "korean",
            "time_per_move": 28,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 300,
                "max_time": 600,
                "time_increment": 25,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 256,
                "name": "Korean Group",
                "summary": "Korean Go Fan Group globally.\r\n한인들끼리 바둑을 통해 우정을 쌓고 서로 좋은 정보도 나눠요",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 44,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2018-06-06T14:00:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-06-20T09:39:14.095288Z",
            "ended": "2018-06-20T09:55:39.149263Z",
            "start_waiting": "2018-06-20T09:39:13.375087Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}