List all tournaments or create a new tournament.

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

{
    "count": 58912,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-player_count&page=5891",
    "results": [
        {
            "id": 138144,
            "name": "GAMBATE 02",
            "director": {
                "id": 775143,
                "username": "c16896",
                "country": "pe",
                "icon": "https://user-uploads.online-go.com/00f634cd07ddcbcdfcdd7eb157515147-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1067.8801243602475,
                        "deviation": 94.68274215205666,
                        "volatility": 0.0599883331689397
                    }
                },
                "ranking": 16.43725254909737,
                "professional": false,
                "ui_class": ""
            },
            "description": "19x19",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 114,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 14400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16240,
                "name": "MBA 48P 49AD",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 40,
                "icon": "https://user-uploads.online-go.com/857b07f395f816e1a97388d7afa286d2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-11T03:00:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/857b07f395f816e1a97388d7afa286d2-15.png",
            "player_count": 0,
            "ranked": false
        },
        {
            "id": 138146,
            "name": "9x9 Mini League 10k-25k #376",
            "director": {
                "id": 1015644,
                "username": "wiadp1",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/253ed3da1cc83d36ac1e5313f959f54d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1401.2370598298708,
                        "deviation": 70.20323760077024,
                        "volatility": 0.060178801801105894
                    }
                },
                "ranking": 22.72664384298382,
                "professional": false,
                "ui_class": ""
            },
            "description": "Special league for players between 25kyu and 10kyu. Tournament will be started as soon as 5 players will join it.\n\nPrevious winners: https://online-go.com/group/10842",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3524,
                "name": "9x9 Lovers",
                "summary": "A group for Go players who love the 9x9 board.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 696,
                "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-03-15T20:05:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}