List all tournaments or create a new tournament.

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

{
    "count": 59241,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclude_provisional&page=5924",
    "results": [
        {
            "id": 80801,
            "name": "4to partidas",
            "director": {
                "id": 607938,
                "username": "kido.go.baduk",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/83ceb7eea12991c2d610032107296fa7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 752.4459521746994,
                        "deviation": 67.76829760245717,
                        "volatility": 0.060586791591643506
                    }
                },
                "ranking": 8.332400499350085,
                "professional": false,
                "ui_class": ""
            },
            "description": "4to partidas de go",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 23,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 20,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4841,
                "name": "PIPIOLO GO 2022🏆",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 215,
                "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-10-01T18:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-10-01T17:28:45.983433Z",
            "ended": "2021-10-08T16:46:41.771413Z",
            "start_waiting": "2021-10-01T17:28:45.882878Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}