List all tournaments or create a new tournament.

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

{
    "count": 58901,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5890",
    "results": [
        {
            "id": 78486,
            "name": "Tournois du chalet",
            "director": {
                "id": 664560,
                "username": "Hermès",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/6ce3ce3eaaaadb76d2abc9b260dbc226-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1731.5955117750414,
                        "deviation": 61.87168287274054,
                        "volatility": 0.059941374090371626
                    }
                },
                "ranking": 27.6272160426208,
                "professional": false,
                "ui_class": ""
            },
            "description": "C'est un tournois mais dans un chalet.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4217,
                "name": "Le coin des copains",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://user-uploads.online-go.com/9607ae13c473d81ce98d93a8f40f773f-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2021-08-06T14:50:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-08-06T14:41:49.636017Z",
            "ended": "2021-08-09T14:41:52.068516Z",
            "start_waiting": "2021-08-06T14:41:49.467973Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9607ae13c473d81ce98d93a8f40f773f-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}