List all tournaments or create a new tournament.

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

{
    "count": 59472,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5947",
    "results": [
        {
            "id": 74985,
            "name": "8/8 Father's day Tournament (Lady also welcome)",
            "director": {
                "id": 791718,
                "username": "StormPoseidon",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/df5a7920cdb117a8fd186c7c7bfde50e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1011.8594180046875,
                        "deviation": 65.25643334701458,
                        "volatility": 0.059994818380393285
                    }
                },
                "ranking": 15.189795238983313,
                "professional": false,
                "ui_class": ""
            },
            "description": "Celebrate Father's Day in Taiwan.\n \nFather's day in Taiwan is on August 8th which is 8/8 in Taiwan time zone.\n\n8 8 = Pa Pa (similar pronunciation in Chinese = 88)",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 612480,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 604800,
                "initial_time": 691200,
                "max_time": 691200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1144,
                "name": "Taiwanese",
                "summary": "Mostly Taiwanese!\n\nlet us know if you want to be admin. Please take great care, thank you!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 180,
                "icon": "https://user-uploads.online-go.com/fe3a174d07946483a6050a9acfa63393-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-08-07T12:08:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-08-07T12:08:13.161232Z",
            "ended": null,
            "start_waiting": "2021-08-07T12:08:06.185403Z",
            "board_size": 19,
            "active_round": 6,
            "icon": "https://user-uploads.online-go.com/fe3a174d07946483a6050a9acfa63393-15.png",
            "player_count": 74,
            "ranked": true
        },
        {
            "id": 59845,
            "name": "Alex Is the Legend",
            "director": {
                "id": 729505,
                "username": "alexthelegend",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/931ed75fe0f03081ab93ef90afda81e2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1644.1081308427936,
                        "deviation": 65.16237168336919,
                        "volatility": 0.05985711595698342
                    }
                },
                "ranking": 26.42700019182853,
                "professional": false,
                "ui_class": ""
            },
            "description": "Alex Is The Legend",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 28,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 25,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4796,
                "name": "The 10 dan pro",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-29T20:35:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-04-29T20:35:39.933379Z",
            "ended": "2020-04-29T20:48:10.717403Z",
            "start_waiting": "2020-04-29T20:35:39.642733Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": true
        }
    ]
}