List all tournaments or create a new tournament.

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

{
    "count": 59662,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=5966",
    "results": [
        {
            "id": 86050,
            "name": "7 -> 張溢滇 8 -> 鄭棨康",
            "director": {
                "id": 818416,
                "username": "傳碁學園",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/225f58a6cdd437bb701ba1af0dd7678f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1898.3468207617877,
                        "deviation": 71.28817954667363,
                        "volatility": 0.06041644550084839
                    }
                },
                "ranking": 29.755630942351214,
                "professional": false,
                "ui_class": ""
            },
            "description": "7 -> 張溢滇\n8 -> 鄭棨康",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 26,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 20,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7531,
                "name": "傳碁 C班",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 87,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2022-02-13T04:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2022-02-13T03:45:50.094724Z",
            "ended": "2022-02-13T04:34:34.590717Z",
            "start_waiting": "2022-02-13T03:45:50.001806Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 111942,
            "name": "Клубный турнир Черешни 🍒 (1)",
            "director": {
                "id": 512029,
                "username": "Павел Науменко",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/159834f78ac02642afdb38194bd2c630-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1564.9266779977038,
                        "deviation": 64.83939551787425,
                        "volatility": 0.05998976340926766
                    }
                },
                "ranking": 25.284337126029094,
                "professional": false,
                "ui_class": ""
            },
            "description": "Привет !\n\nЭто турнир за звание главной черешни) \nНу и вообще, в честь всех черешен!\n\nТурнир продолжительный. На 1 ход до 3-х дней. \nТуров: 3\n\nЗаранее извиняюсь, если что-то пойдет не так и турнир придётся пересоздать, потому что тут непонятно как работают настройки туров и жеребьевки, но я как-то как понимаю настроил.\nВозможно в этом режиме будет у каждого одновременно несколько параллельных игр, но это не точно)",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12441,
                "name": "Черешня го-клуб",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 34,
                "icon": "https://user-uploads.online-go.com/98aca47f546a12ed8b4f4f856d4817a8-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-01-28T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2024-01-24T11:44:12.780145Z",
            "ended": "2024-03-04T09:15:51.051795Z",
            "start_waiting": "2024-01-24T11:44:12.296345Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/98aca47f546a12ed8b4f4f856d4817a8-15.png",
            "player_count": 12,
            "ranked": true
        }
    ]
}