List all tournaments or create a new tournament.

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

{
    "count": 59121,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5912",
    "results": [
        {
            "id": 87617,
            "name": "Tournament🤗😉",
            "director": {
                "id": 815616,
                "username": "Владислав Винокуров",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/5fdad6222692d66211e57ebba8fcac39-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1780.3382343970634,
                        "deviation": 66.16059223360482,
                        "volatility": 0.0600827653311513
                    }
                },
                "ranking": 28.26986284254334,
                "professional": false,
                "ui_class": ""
            },
            "description": "A tournament for those who love the game of Go.\n\nI remind you: fill out the neutral points!!!!!! Chinese Rules",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 55,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 45,
                "initial_time": 900,
                "max_time": 3600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4456,
                "name": "Our Go House",
                "summary": "Hello this is Our Go House 🔰🔰\n😃🙃😊👋 YEET",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 159,
                "icon": "https://user-uploads.online-go.com/bf53577eefa2af10bcf48655c23a2b4a-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-04-15T04:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-08-08T18:26:16.689914Z",
            "ended": "2022-08-08T18:57:17.569614Z",
            "start_waiting": "2022-08-08T18:26:16.364271Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bf53577eefa2af10bcf48655c23a2b4a-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}