List all tournaments or create a new tournament.

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

{
    "count": 60741,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=max_ranking&page=6074",
    "results": [
        {
            "id": 130127,
            "name": "Torneo de Graduación III",
            "director": {
                "id": 352270,
                "username": "GonJinn",
                "country": "ec",
                "icon": "https://user-uploads.online-go.com/6f90d879a09f034c6815ede864cb9635-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1938.33128360696,
                        "deviation": 69.20309375458686,
                        "volatility": 0.06001439674663808
                    }
                },
                "ranking": 30.23817016158578,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneo de Graduación II",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 45,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 420,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15369,
                "name": "Taller Virtual AEG",
                "summary": "Hola, este grupo se utilizará para el taller\n\nRecuerde el horario es el lunes y jueves a las 19h00, horario de Ecuador",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 12,
                "icon": "https://user-uploads.online-go.com/252fc093edb9a419672d237cac9f6228-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-07-04T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2025-07-04T01:17:14.164109Z",
            "ended": "2025-07-04T02:11:03.693241Z",
            "start_waiting": "2025-07-04T01:17:14.026942Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/252fc093edb9a419672d237cac9f6228-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}