List all tournaments or create a new tournament.

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

{
    "count": 59212,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5921",
    "results": [
        {
            "id": 68289,
            "name": "Endless",
            "director": {
                "id": 854377,
                "username": "P6A26",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/4447322d8f12cad083f062e5b9c11bab-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1097.431394508065,
                        "deviation": 65.22875293950527,
                        "volatility": 0.059992788967371175
                    }
                },
                "ranking": 17.069174908671343,
                "professional": false,
                "ui_class": ""
            },
            "description": "Nothing....",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 2446080,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 2419200,
                "period_time": 2419200,
                "periods": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6332,
                "name": "noob_bot",
                "summary": "Play with bots",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 885,
                "icon": "https://user-uploads.online-go.com/d3277278f721d0b587ac5dcb628ac2d1-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-12-01T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-11-30T06:43:10.096932Z",
            "ended": null,
            "start_waiting": "2020-11-30T06:43:09.986612Z",
            "board_size": 19,
            "active_round": 2,
            "icon": "https://user-uploads.online-go.com/d3277278f721d0b587ac5dcb628ac2d1-15.png",
            "player_count": 5,
            "ranked": true
        },
        {
            "id": 79500,
            "name": "vs POLKA_DOT",
            "director": {
                "id": 1012312,
                "username": "charlie11",
                "country": "jp",
                "icon": "https://secure.gravatar.com/avatar/2dcdff4966c0103300ce0d6fbf4e22e8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1161.564727199071,
                        "deviation": 67.2959124451604,
                        "volatility": 0.06009585569543345
                    }
                },
                "ranking": 18.38399410453256,
                "professional": false,
                "ui_class": ""
            },
            "description": "ummmmmmm",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 70,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "live",
                "pause_on_weekends": false,
                "per_move": 70
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 9514,
                "name": "25k-10k (Double Digets Please)",
                "summary": "As long as your Double Digits or near Double Digits your welcome to join.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 56,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2021-08-31T19:00:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 18,
            "max_ranking": 22,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-08-31T18:58:51.259373Z",
            "ended": "2021-08-31T19:01:44.537365Z",
            "start_waiting": "2021-08-31T18:58:51.169199Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}