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

{
    "count": 57731,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5773",
    "results": [
        {
            "id": 59990,
            "name": "This is a tournament.",
            "director": {
                "id": 760687,
                "username": "HHG",
                "country": "_United_Federation_of_Planets",
                "icon": "https://secure.gravatar.com/avatar/94b05df11403a71a7a364ac616a2b643?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1371.2634638577877,
                        "deviation": 64.34776638407621,
                        "volatility": 0.06015708590051567
                    }
                },
                "ranking": 22.22607349050463,
                "professional": false,
                "ui_class": ""
            },
            "description": "Tournament this is.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 60,
                "max_time": 60
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 5391,
                "name": "Sup People",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-05-02T17:05:00Z",
            "players_start": 1,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-05-02T17:05:32.583221Z",
            "ended": "2020-05-02T17:05:32.505507Z",
            "start_waiting": "2020-05-02T17:05:32.327135Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 1
        }
    ]
}