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

{
    "count": 58321,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5832",
    "results": [
        {
            "id": 90241,
            "name": "Team D extra",
            "director": {
                "id": 1056772,
                "username": "ycchan",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/3f757e369adb37ec7025a5ad2b5f4e97?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1190.2513571308164,
                        "deviation": 190.5038148133336,
                        "volatility": 0.060001753666935165
                    }
                },
                "ranking": 18.948773319697555,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "20/5/2022 extra",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 1200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10281,
                "name": "STWDCFWMS-TeamD",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-05-20T08:28:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2022-05-20T08:28:46.941032Z",
            "ended": "2022-05-20T09:14:17.377092Z",
            "start_waiting": "2022-05-20T08:28:46.894302Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}