GET /api/v1/tournaments/?format=api&ordering=-rules&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=-rules&page=5461",
    "results": [
        {
            "id": 122179,
            "name": "Alpha Go Club Tourney - GREEN STONE",
            "director": {
                "id": 1644540,
                "username": "goalpha123",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/6499489ee0ac748d908c4d8d34ef33e2?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 981.1857548440942,
                        "deviation": 150.8872661688504,
                        "volatility": 0.06001230018001798
                    }
                },
                "ranking": 14.477165756336491,
                "professional": false,
                "ui_class": ""
            },
            "description": "GREEN STONE - 11/14",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 32,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 120,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14778,
                "name": "Alpha School Go Club",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 17,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2024-11-14T20:16:00Z",
            "players_start": 10,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}