List all tournaments or create a new tournament.

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

{
    "count": 59322,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclude_provisional&page=5932",
    "results": [
        {
            "id": 92771,
            "name": "Lesson 1",
            "director": {
                "id": 518025,
                "username": "Cool Music",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/d6d6599f84761b67352c44b5a64b39ca-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1388.6692088477103,
                        "deviation": 64.03033768577139,
                        "volatility": 0.05998560108170771
                    }
                },
                "ranking": 22.518072163307025,
                "professional": false,
                "ui_class": ""
            },
            "description": "เพื่อสำหรับฝึกซ้อม",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12088,
                "name": "หมากล้อม รร.วัดอุดมรังสี",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-07-24T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-07-24T06:26:01.651430Z",
            "ended": "2022-08-03T09:05:02.382540Z",
            "start_waiting": "2022-07-24T06:26:01.520607Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 101454,
            "name": "Go Zodiac Friendship Games Online ปีวอก รุ่น C กระดาน 19x19 (1-4 คิว)",
            "director": {
                "id": 912069,
                "username": "cp03",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/4da1ef892b79d62ea729b1964f8d22fc-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 979.8670006019078,
                        "deviation": 181.69653598082337,
                        "volatility": 0.06001681469772781
                    }
                },
                "ranking": 14.446030270334095,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Go Zodiac Friendship Games Online ปีวอก รุ่น C กระดาน 19x19 (1-4 คิว)",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10405,
                "name": "Zodiac กลุ่ม C(1-4 คิว)",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 156,
                "icon": "https://user-uploads.online-go.com/e347d3f7f8d53cfe3a1fed187a3e1f1e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-03-31T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-03-31T10:00:49.119918Z",
            "ended": "2023-03-31T11:39:01.336456Z",
            "start_waiting": "2023-03-31T10:00:49.021597Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e347d3f7f8d53cfe3a1fed187a3e1f1e-15.png",
            "player_count": 11,
            "ranked": true
        }
    ]
}