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

{
    "count": 57891,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5789",
    "results": [
        {
            "id": 44077,
            "name": "Blitz Tournament",
            "director": {
                "id": 535250,
                "username": "andyzhou",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/105954f48a899e137f853a65860f7c7b?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1764.3339133811219,
                        "deviation": 64.4072684174827,
                        "volatility": 0.06010907268467633
                    }
                },
                "ranking": 28.06081527271531,
                "professional": false,
                "ui_class": ""
            },
            "description": "good luck!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 10,
            "time_control_parameters": {
                "period_time": 10,
                "main_time": 60,
                "system": "byoyomi",
                "pause_on_weekends": false,
                "time_control": "byoyomi",
                "periods": 5,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 24,
                "name": "Double Digit Kyu Room",
                "summary": "For those of us working our way through to SDK. Whether its for your first time up the ladder and the 20th, lets find some opponents and camaraderie. ",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3581,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2018-12-27T21:05:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-12-28T00:18:13.257011Z",
            "ended": "2018-12-28T00:25:33.108408Z",
            "start_waiting": "2018-12-28T00:18:12.976707Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}