List all tournaments or create a new tournament.

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

{
    "count": 60072,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=6007",
    "results": [
        {
            "id": 128248,
            "name": "19x19 Open League #87",
            "director": {
                "id": 1015644,
                "username": "wiadp1",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/253ed3da1cc83d36ac1e5313f959f54d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1357.3958464543991,
                        "deviation": 70.62449095478955,
                        "volatility": 0.060230634693825495
                    }
                },
                "ranking": 21.990765179416275,
                "professional": false,
                "ui_class": ""
            },
            "description": "Open league for everyone. Tournament will be started as soon as 10 players will join it.\n\nPrevious winners: https://online-go.com/group/12599",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12599,
                "name": "GO Special Tournaments",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 77,
                "icon": "https://user-uploads.online-go.com/02eb72b0992a3db1053a7c08c080d81b-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-05-18T21:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-05-17T21:40:38.046659Z",
            "ended": "2026-01-19T15:07:06.445469Z",
            "start_waiting": "2025-05-17T21:40:37.499680Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/02eb72b0992a3db1053a7c08c080d81b-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 141166,
            "name": "圍棋比賽—2",
            "director": {
                "id": 1188809,
                "username": "1090009",
                "country": "tw",
                "icon": "https://user-uploads.online-go.com/c21d3e83474734dd15f881ea46b116ce-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 974.5743136284724,
                        "deviation": 77.05469313567454,
                        "volatility": 0.059984204662244106
                    }
                },
                "ranking": 14.320648144961027,
                "professional": false,
                "ui_class": ""
            },
            "description": "下棋就對了!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "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": 13649,
                "name": "台灣尚勇🇹🇼⚾️",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://user-uploads.online-go.com/e82e636dbba94dbd7add663cd1ce28dd-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-06-13T03:00:00Z",
            "players_start": 1,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-06-13T03:00:19.148609Z",
            "ended": "2026-06-13T03:03:28.975412Z",
            "start_waiting": "2026-06-13T03:00:19.126437Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e82e636dbba94dbd7add663cd1ce28dd-15.png",
            "player_count": 1,
            "ranked": true
        }
    ]
}