List all tournaments or create a new tournament.

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

{
    "count": 59082,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5908",
    "results": [
        {
            "id": 96970,
            "name": "Форовый турнир Лиги, 19х19",
            "director": {
                "id": 103753,
                "username": "StrategGo",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/3f8de8f8a64ce4eb6cb412a885407482-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1599.8307902228216,
                        "deviation": 63.94707026609817,
                        "volatility": 0.06010698220195049
                    }
                },
                "ranking": 25.79500056304757,
                "professional": false,
                "ui_class": ""
            },
            "description": "Форовый турнир 19х19 для всех участников Лиги Го.\n\nРегламент: олимпийская система с выбыванием после двух поражений, 15 мин + 3 беёми по 30 сек., фора авто, коми авто.\n\nВступить в Лигу Го на странице группы: https://vk.com/pro_league_go\n\nТурнирные таблицы: https://docs.google.com/spreadsheets/d/1iLdPoIIysNW1rJovDHCvtJeR4Qd-1-U5unJqv6GABk4/edit?usp=sharing",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 37,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 6921,
                "name": "Лига Го от StrategGo Club",
                "summary": "Лига Го от StrategGo Club - сообщество игроков Го и регулярные онлайн турниры.",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 157,
                "icon": "https://user-uploads.online-go.com/652dd6151f30ec72e3f973bed6bbe362-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-11-26T15:00:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2022-11-26T15:00:27.715140Z",
            "ended": "2022-11-26T17:50:50.021928Z",
            "start_waiting": "2022-11-26T15:00:27.485332Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/652dd6151f30ec72e3f973bed6bbe362-15.png",
            "player_count": 18,
            "ranked": true
        },
        {
            "id": 58419,
            "name": "2020 - Lviv Spring Quarantine Tournament - Silver league",
            "director": {
                "id": 427977,
                "username": "OleksandrPshenychnyy",
                "country": "ua",
                "icon": "https://user-uploads.online-go.com/d549d0e6e73d804c76aa49a720165e9a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1670.7571626902193,
                        "deviation": 66.53444279018366,
                        "volatility": 0.06002249608745223
                    }
                },
                "ranking": 26.79922550035992,
                "professional": false,
                "ui_class": ""
            },
            "description": "2020 - Lviv Spring Quarantine Tournament - Silver league",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 49920,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 43200,
                "initial_time": 604800,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1460,
                "name": "Lviv Club",
                "summary": "Lviv Go Players Group",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 27,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-10T14:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2020-04-10T14:00:12.164955Z",
            "ended": "2020-07-10T21:18:28.887693Z",
            "start_waiting": "2020-04-10T14:00:07.148055Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 10,
            "ranked": true
        }
    ]
}