List all tournaments or create a new tournament.

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

{
    "count": 59182,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5918",
    "results": [
        {
            "id": 90107,
            "name": "Make a decision that you will never stop learning!",
            "director": {
                "id": 154786,
                "username": "Samurai T",
                "country": "rs",
                "icon": "https://user-uploads.online-go.com/fc8655823be3f2eafe135fa4e85b86bc-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 836.0366842079274,
                        "deviation": 72.80782664784074,
                        "volatility": 0.05978476474897889
                    }
                },
                "ranking": 10.771098428246667,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a great opportunity for younger players to learn, while for better colleagues it is an opportunity to have a little more challenge with players who are not so strong! That is the only reason why handicap was introduced! I believe we will all have fun at this tournament! Please be free to call your friends to play and learn with us! Everybody are welcome! Good luck on tournament!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 432000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 28,
                "name": "Teaching League",
                "summary": "The teaching league is a group for players who want to improve their game by playing, as well as by teaching weaker players.\n\nQuick rule summary: no handicap, moderate time settings, stronger player creates a review.\n\nPlease add \"TL\" to the game name.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 4451,
                "icon": "https://user-uploads.online-go.com/b1a8e87e33263bc92ccdc6303c0c184c-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-06-01T18:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "random",
            "min_ranking": 11,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-06-01T18:00:29.767682Z",
            "ended": null,
            "start_waiting": "2022-06-01T18:00:27.886142Z",
            "board_size": 19,
            "active_round": 9,
            "icon": "https://user-uploads.online-go.com/b1a8e87e33263bc92ccdc6303c0c184c-15.png",
            "player_count": 53,
            "ranked": true
        },
        {
            "id": 113000,
            "name": "Brockenstube",
            "director": {
                "id": 1376960,
                "username": "fancyTank",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/6fa347ee5c999a554ac49b2ff6273910?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 708.0834023028157,
                        "deviation": 63.417236435422495,
                        "volatility": 0.06004413904725901
                    }
                },
                "ranking": 6.925637896224379,
                "professional": false,
                "ui_class": ""
            },
            "description": "Brockenstube",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 38,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 240,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 6757,
                "name": "If you die in an elevator, make sure you press the up button",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2024-02-20T20: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": "2024-02-20T19:08:00.985176Z",
            "ended": "2024-02-20T19:33:37.770157Z",
            "start_waiting": "2024-02-20T19:08:00.908769Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": true
        }
    ]
}