List all tournaments or create a new tournament.

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

{
    "count": 58952,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-analysis_enabled&page=5895",
    "results": [
        {
            "id": 47551,
            "name": "DDK.NL Go Club - April IDDK Swiss",
            "director": {
                "id": 463810,
                "username": "SuzieKyu",
                "country": "nl",
                "icon": "https://user-uploads.online-go.com/62a582e29c917f3dfcb81bce64a13f7a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1171.4995125731932,
                        "deviation": 63.025646037873635,
                        "volatility": 0.06000597450469722
                    }
                },
                "ranking": 18.5811525604583,
                "professional": false,
                "ui_class": ""
            },
            "description": "Monthly Swiss tournament for intermediatie DDK players",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 172800,
            "time_control_parameters": {
                "time_control": "simple",
                "speed": "correspondence",
                "system": "simple",
                "pause_on_weekends": false,
                "per_move": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2979,
                "name": "Internatio.NL Go Club",
                "summary": "Virtuele DDK club voor Nederlandse spelers en hun vrienden",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 64,
                "icon": "https://user-uploads.online-go.com/cbf3d1c63e4b51aee158455500f9a9e3-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2019-04-23T10:00:00Z",
            "players_start": 6,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 11,
            "max_ranking": 15,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2019-04-23T10:01:00.429312Z",
            "ended": "2019-08-13T18:22:17.461532Z",
            "start_waiting": "2019-04-23T10:00:59.881480Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/cbf3d1c63e4b51aee158455500f9a9e3-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 86943,
            "name": "Sente 9x9",
            "director": {
                "id": 84467,
                "username": "HappyCat",
                "country": "am",
                "icon": "https://secure.gravatar.com/avatar/f9497cb19a2bfe20132c1b6e46914b07?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1527.471197146754,
                        "deviation": 63.703343043527006,
                        "volatility": 0.06003267051657626
                    }
                },
                "ranking": 24.72351874345002,
                "professional": false,
                "ui_class": ""
            },
            "description": "Sente 9x9, пробный турнир",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 900
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 11258,
                "name": "Sente",
                "summary": "Школа Го Сэнтэ",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 33,
                "icon": "https://user-uploads.online-go.com/4bd718595a8efa0fb190dec1f904e88a-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-03-09T17:00:00Z",
            "players_start": 0,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2022-03-09T17:00:06.054471Z",
            "ended": "2022-03-09T17:27:56.082830Z",
            "start_waiting": "2022-03-09T17:00:05.689150Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/4bd718595a8efa0fb190dec1f904e88a-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}