List all tournaments or create a new tournament.

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

{
    "count": 60041,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclude_provisional&page=6004",
    "results": [
        {
            "id": 38036,
            "name": "Летний Турнир в группе А.Нечаева",
            "director": {
                "id": 481167,
                "username": "Lapshin Fedor",
                "country": "_Starfleet",
                "icon": "https://user-uploads.online-go.com/514b958049fc9a9f35a9d05f36abd40d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1122.180899232184,
                        "deviation": 90.85410673731967,
                        "volatility": 0.060010030231679494
                    }
                },
                "ranking": 17.58545857037856,
                "professional": false,
                "ui_class": ""
            },
            "description": "<html>\n<head>\n<title>HTML цвет текста</title>\n</head>\n<body>\n<h1 style=\"color:#0000ff\">летний онлайн турнир В группе А.Нечаева</h1>\n</body>\n</html>\n\n_Для игроков с разных уголков сервера, двери открыты..._\n\n<hr/>\n\nenglish player - **hello**",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 359040,
            "time_control_parameters": {
                "period_time": 345600,
                "main_time": 1209600,
                "system": "byoyomi",
                "pause_on_weekends": true,
                "time_control": "byoyomi",
                "periods": 5,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1932,
                "name": "Школа Го Алексея Нечаева",
                "summary": "https://t.me/art_of_game_Go",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 12,
                "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2018-06-20T13:00:00Z",
            "players_start": 6,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-06-20T13:00:28.800439Z",
            "ended": "2018-10-03T03:59:04.141689Z",
            "start_waiting": "2018-06-20T13:00:26.965119Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}