List all tournaments or create a new tournament.

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

{
    "count": 59391,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclusivity&page=5939",
    "results": [
        {
            "id": 35241,
            "name": "รายการชิงแชมป์ ห้องไลด์\"เปิดประตูสู่ดั้ง\"",
            "director": {
                "id": 517674,
                "username": "KrooEkkaphong",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/beb385635696d1e17761a8bb919df7a2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1265.1181921274758,
                        "deviation": 70.67499069917692,
                        "volatility": 0.060121678144120276
                    }
                },
                "ranking": 20.360947419505266,
                "professional": false,
                "ui_class": ""
            },
            "description": "สมัครกันเยอะๆ นะครับ เริ่มแข่ง 10 มีนาคม 2561 เวลา 12.00น.\nรอบทดลองระบบ",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2268,
                "name": "กลุ่ม พัฒนาฝีมือครูกรุงเทพมหานคร",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 34,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2018-03-09T05:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2018-03-10T10:59:22.329913Z",
            "ended": "2018-03-13T03:47:28.204358Z",
            "start_waiting": "2018-03-10T10:59:22.146908Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": true
        }
    ]
}