List all tournaments or create a new tournament.

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

{
    "count": 60482,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=6048",
    "results": [
        {
            "id": 84051,
            "name": "HAPPY NEW YEARS",
            "director": {
                "id": 929320,
                "username": "Evilpersonj",
                "country": "_United_Federation_of_Planets",
                "icon": "https://secure.gravatar.com/avatar/6533b89008d8d579056af89d3bb959c1?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1734.5878818939245,
                        "deviation": 64.76956067913572,
                        "volatility": 0.060138623359288025
                    }
                },
                "ranking": 27.667187029492617,
                "professional": false,
                "ui_class": ""
            },
            "description": "Happy new year, guys!😎😎😎",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "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": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3745,
                "name": "Single Digit Kyu Room (SDK Room)",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2022-01-01T23: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": "2022-01-01T23:00:15.549285Z",
            "ended": "2022-05-09T06:47:35.552186Z",
            "start_waiting": "2022-01-01T23:00:15.448975Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 7,
            "ranked": true
        },
        {
            "id": 104618,
            "name": "GLAD GO #1 Simul McMahon",
            "director": {
                "id": 1220803,
                "username": "nobhaete",
                "country": "cn",
                "icon": "https://user-uploads.online-go.com/e840f4920c1211e712dd265d8b780926-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2017.340321719877,
                        "deviation": 70.91600004574613,
                        "volatility": 0.059770902983778025
                    }
                },
                "ranking": 31.163071267870347,
                "professional": false,
                "ui_class": ""
            },
            "description": "Hi everyone, welcome and have fun!\n\nPAUSE/ VACATION = DISQUALIFICATION! If your opponent pauses or has a vacation, or you have any question, please contact nobhaete.\n\nSingle elimination tournament every Thursday.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 43884,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 43200,
                "initial_time": 86400,
                "max_time": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 12619,
                "name": "Happy Go!!!",
                "summary": "Feel free to join and create tournaments!\nCreate tournaments = admin\n\nDouble Elimination tournaments every Sunday    \nSingle Elimination tournaments every Thursday\n\nHAPPY",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 78,
                "icon": "https://user-uploads.online-go.com/6075a51acf2316ac03f5b309db5f3953-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-07-01T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 33,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-07-01T04:00:56.829272Z",
            "ended": "2023-07-22T16:51:24.470436Z",
            "start_waiting": "2023-07-01T04:00:56.718149Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/6075a51acf2316ac03f5b309db5f3953-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}