List all tournaments or create a new tournament.

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

{
    "count": 59591,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=5959",
    "results": [
        {
            "id": 139268,
            "name": "Por la birra",
            "director": {
                "id": 1500239,
                "username": "axeltaussig",
                "country": "ar",
                "icon": "https://user-uploads.online-go.com/70c4fac9c212969b83eb492182e3063e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1207.4370550967058,
                        "deviation": 66.74384170454404,
                        "volatility": 0.060144172037207844
                    }
                },
                "ranking": 19.280639394711564,
                "professional": false,
                "ui_class": ""
            },
            "description": "Entre amigos",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 91187,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 604800,
                "period_time": 86400,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14557,
                "name": "Mates & Mates 💁🏽‍♂️🧉",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-04-20T12:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-04-20T07:59:10.411940Z",
            "ended": null,
            "start_waiting": "2026-04-20T07:59:10.283955Z",
            "board_size": 19,
            "active_round": 1,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": false
        }
    ]
}