List all tournaments or create a new tournament.

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

{
    "count": 58901,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclusivity&page=5890",
    "results": [
        {
            "id": 84489,
            "name": "Bad tournament",
            "director": {
                "id": 916344,
                "username": "YimengLiu",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/04841ec7f1cb68d8942b716d11d694da?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1464.4317756757137,
                        "deviation": 83.76503321183883,
                        "volatility": 0.060029376253586675
                    }
                },
                "ranking": 23.747832942877736,
                "professional": false,
                "ui_class": ""
            },
            "description": "this is weird",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 28,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 180,
                "stones_per_period": 10
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 9959,
                "name": "Battlefield",
                "summary": "Lots of tournaments.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 11,
                "icon": "https://user-uploads.online-go.com/35a32113b107d2c20dd88098e310591c-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-01-05T03:35:00Z",
            "players_start": 0,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-01-05T03:35:25.196066Z",
            "ended": "2022-01-05T03:35:25.174547Z",
            "start_waiting": "2022-01-05T03:35:25.126587Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/35a32113b107d2c20dd88098e310591c-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}