List all tournaments or create a new tournament.

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

{
    "count": 59041,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5904",
    "results": [
        {
            "id": 93553,
            "name": "тренировочный турнир",
            "director": {
                "id": 58687,
                "username": "Russian",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/1ac09a805ecdb622ca9de592c596162e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2033.8105768812188,
                        "deviation": 61.654832464907535,
                        "volatility": 0.06006039225658172
                    }
                },
                "ranking": 31.351308397168687,
                "professional": false,
                "ui_class": ""
            },
            "description": "19х19\nследите за статусами групп!\nсильная - играть активно\nлегкая - стремиться к сильной\nслабая - или спасать или жертвовать\nмертвая - жертвовать",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "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": 1932,
                "name": "Школа Го Алексея Нечаева",
                "summary": "https://t.me/art_of_game_Go",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 4,
                "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-08-16T23:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 25,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-08-16T23:00:51.787278Z",
            "ended": "2022-09-20T16:07:10.470583Z",
            "start_waiting": "2022-08-16T23:00:51.671550Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}