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

{
    "count": 53681,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=start_waiting&page=5368",
    "results": [
        {
            "id": 117115,
            "name": "下棋123",
            "director": {
                "id": 1575617,
                "username": "deleted-3280fdfd-825a-48e9-aeaf-dbe3f884da53",
                "country": "tw",
                "icon": "https://secure.gravatar.com/avatar/146d31302714063d6a464dba473ca8d8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 542.2450190365778,
                        "deviation": 207.96814155801331,
                        "volatility": 0.06000176857311414
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "下棋了!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 85333,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "total_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14379,
                "name": "下棋群組1234567",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 0,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2024-06-15T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0
        }
    ]
}