List all tournaments or create a new tournament.

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

{
    "count": 59771,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=5977",
    "results": [
        {
            "id": 140397,
            "name": "go go go go go",
            "director": {
                "id": 2008005,
                "username": "cubingpan",
                "country": "cn",
                "icon": "https://user-uploads.online-go.com/fd746bfc0039c63b69294814c9a8d783-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 517.8976417522526,
                        "deviation": 80.80572533629119,
                        "volatility": 0.06006076682904618
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "winner is the new king of go",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 2419200,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "per_move": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16404,
                "name": "box box box",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://user-uploads.online-go.com/bee4d98c33b0fe7f63cd04886372dcba-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-05-25T19:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-05-25T19:00:17.136347Z",
            "ended": null,
            "start_waiting": "2026-05-25T19:00:17.049896Z",
            "board_size": 19,
            "active_round": 1,
            "icon": "https://user-uploads.online-go.com/bee4d98c33b0fe7f63cd04886372dcba-15.png",
            "player_count": 7,
            "ranked": false
        }
    ]
}