List all tournaments or create a new tournament.

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

{
    "count": 60611,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclude_provisional&page=6061",
    "results": [
        {
            "id": 38569,
            "name": "1st Continental Go World Cup-Qualification Phase for Europa: Category 14-10k (Group 2)",
            "director": {
                "id": 539006,
                "username": "Mitsunari2",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/384cb91b39c152e77d2f68c0aa0e8d52-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Hello <br>\nThis is the qualification phase for the European players who has a level between 14k and 10k.<br>\n(This is the group n°2. The winner of this group will play a final qualification phase against the winners of the other groups of the same category.)\n<br>\n<span style=\"color:red;\">REMEMBER THAT YOUR FLAG MUST MATCH WITH THE CONTINENT (for example, French or german flag are considered as European flags).</p>\nHave fun :)",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 59520,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": true,
                "time_control": "fischer",
                "initial_time": 172800,
                "max_time": 259200,
                "time_increment": 57600,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2514,
                "name": "Continental and World Go Cups Group",
                "summary": "You want to become World Champion or a Continental champion? Join us :)",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 527,
                "icon": "https://user-uploads.online-go.com/c1c2b263d212f80b7dfe72721f68c8e4-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2018-06-28T10:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2018-07-17T22:25:29.929945Z",
            "ended": "2018-11-30T14:42:24.751990Z",
            "start_waiting": "2018-07-17T22:25:25.970950Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/c1c2b263d212f80b7dfe72721f68c8e4-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}