List all tournaments or create a new tournament.

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

{
    "count": 60431,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-analysis_enabled&page=6043",
    "results": [
        {
            "id": 82754,
            "name": "Fun & Family Cup",
            "director": {
                "id": 543472,
                "username": "rc25",
                "country": "th",
                "icon": "https://secure.gravatar.com/avatar/3b75fcaa3776cb5576ed79936e6a5b53?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1592.6055911691592,
                        "deviation": 63.252040948885266,
                        "volatility": 0.05992773302317659
                    }
                },
                "ranking": 25.690213106888606,
                "professional": false,
                "ui_class": ""
            },
            "description": "CPF GO Fun & Family Cup",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 40,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10061,
                "name": "ชมรมครอบครัว CPF รักหมากล้อม",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 85,
                "icon": "https://user-uploads.online-go.com/fcecd3c5bbda5eb8787ec27b1c6d6076-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-11-21T03:40:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2021-11-21T03:34:53.357320Z",
            "ended": "2021-11-21T05:09:43.573689Z",
            "start_waiting": "2021-11-21T03:34:53.189682Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fcecd3c5bbda5eb8787ec27b1c6d6076-15.png",
            "player_count": 13,
            "ranked": true
        }
    ]
}