List all tournaments or create a new tournament.

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

{
    "count": 59062,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5906",
    "results": [
        {
            "id": 68446,
            "name": "Tristan vs Felix",
            "director": {
                "id": 885922,
                "username": "mathiesentristan",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/1db5180489ff2fc5e593bcd5756e2b91?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1662.3108939062977,
                        "deviation": 290.31896371798047,
                        "volatility": 0.05999967537233814
                    }
                },
                "ranking": 26.681897238489267,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Feel free to spectate.",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7261,
                "name": "TG Goklub",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://user-uploads.online-go.com/89b3efbf4d77e9dbd7a9a5609e2deb27-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-12-01T15:00:00Z",
            "players_start": 1,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-12-01T14:24:13.529928Z",
            "ended": "2020-12-01T15:30:59.282845Z",
            "start_waiting": "2020-12-01T14:24:13.420929Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/89b3efbf4d77e9dbd7a9a5609e2deb27-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 92559,
            "name": "王恩入門比賽",
            "director": {
                "id": 1064438,
                "username": "王浩軒 2B_25",
                "country": "_GoT_Baratheon",
                "icon": "https://user-uploads.online-go.com/e2952a82f646a93cbe6ee3a27cbddbd4-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1052.1085838313797,
                        "deviation": 92.47576914667863,
                        "volatility": 0.060007584664867414
                    }
                },
                "ranking": 16.092799866126768,
                "professional": false,
                "ui_class": ""
            },
            "description": "圍棋老師說我們也可以透過電腦",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "blitz",
                "pause_on_weekends": true,
                "total_time": 80
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7255,
                "name": "弘德圍棋(灣仔) 入門班",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 26,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-07-18T08:00:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 36,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}