List all tournaments or create a new tournament.

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

{
    "count": 58922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5892",
    "results": [
        {
            "id": 60241,
            "name": "#2 повтор",
            "director": {
                "id": 713237,
                "username": "mc2q",
                "country": "ni",
                "icon": "https://secure.gravatar.com/avatar/dd42b7802cfe436bb21f0c270b6a26b0?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1689.495801999772,
                        "deviation": 75.55256229606923,
                        "volatility": 0.060151818191154324
                    }
                },
                "ranking": 27.05742272623608,
                "professional": false,
                "ui_class": ""
            },
            "description": "Турнирчик два",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 32,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 240,
                "period_time": 30,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5579,
                "name": "Го в РТУ МИРЭА ССК Альянс ",
                "summary": "Игра Го в РТУ МИРЭА",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2020-05-08T18: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": "2020-05-08T17:34:16.226079Z",
            "ended": "2020-05-08T18:19:36.733958Z",
            "start_waiting": "2020-05-08T17:34:15.873430Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 114744,
            "name": "Kitty & puppy lovers friendly tournament #13",
            "director": {
                "id": 1518938,
                "username": "KittyWise",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/dfb96e8660fdc662a5bd238eef23578c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "🐈🐕🐸🐎🐂🐓🐒 community happy go\n<a> https://online-go.com/group/14076</a> welcome join",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "nz",
            "time_per_move": 33182,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 28800,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14076,
                "name": "KittyWise",
                "summary": "----------------------------------------------------------------------------------------------------------------------",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 60,
                "icon": "https://user-uploads.online-go.com/92416af5ddd8c38ad1a269c780ce7965-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-04-13T00:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-04-13T00:00:54.473972Z",
            "ended": "2024-05-20T20:11:07.769843Z",
            "start_waiting": "2024-04-13T00:00:54.364028Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/92416af5ddd8c38ad1a269c780ce7965-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}