List all tournaments or create a new tournament.

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

{
    "count": 59261,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-analysis_enabled&page=5926",
    "results": [
        {
            "id": 116945,
            "name": "Го#9*9#",
            "director": {
                "id": 1508661,
                "username": "Vadim4ik",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/8ae6f8d4e48a541c14a904302d12d04c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 472.2234118614783,
                        "deviation": 67.5295802169114,
                        "volatility": 0.06042682585189197
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "Турнир для игроков ранга кью!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 9,
                "name": "Русская группа",
                "summary": "Интересные, призовые турниры.",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1956,
                "icon": "https://user-uploads.online-go.com/fd8ca9680500359b55b5bc1196226b5f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-06-15T03:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2024-06-15T03:00:46.550697Z",
            "ended": "2024-09-05T21:22:39.881954Z",
            "start_waiting": "2024-06-15T03:00:46.386474Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fd8ca9680500359b55b5bc1196226b5f-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}