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

{
    "count": 54611,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=max_ranking&page=5461",
    "results": [
        {
            "id": 37706,
            "name": "WCS Ancient Games",
            "director": {
                "id": 540864,
                "username": "tscott84b34e226fe94786",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/79fb712ce94427fb6f2ed7c78234342d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500.0,
                        "deviation": 350.0,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Ancient Games Class",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 38,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 1200,
                "max_time": 1200,
                "time_increment": 25,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2545,
                "name": "Wright Charter",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 1,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2018-05-29T21:01:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-05-29T21:00:00.169701Z",
            "ended": "2018-05-29T22:05:22.354117Z",
            "start_waiting": "2018-05-29T20:59:59.142517Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 9
        }
    ]
}