List all tournaments or create a new tournament.

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

{
    "count": 59062,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5906",
    "results": [
        {
            "id": 60892,
            "name": "Koba Tournament",
            "director": {
                "id": 647177,
                "username": "Kotrap",
                "country": "sg",
                "icon": "https://secure.gravatar.com/avatar/175bcdb2d57ed7921fa092e893bd8bdd?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1358.5981009778875,
                        "deviation": 75.27873350889153,
                        "volatility": 0.06002967536264566
                    }
                },
                "ranking": 22.011260213334108,
                "professional": false,
                "ui_class": ""
            },
            "description": "Join in here",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5596,
                "name": "Tempo|Vagabond YT",
                "summary": "Hello guys welcome back",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 47,
                "icon": "https://user-uploads.online-go.com/2b3aa8487b55604f5d2c6df270456f38-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-05-22T12:50:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-05-22T12:48:46.721280Z",
            "ended": "2021-01-10T20:02:02.872589Z",
            "start_waiting": "2020-05-22T12:48:46.070081Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2b3aa8487b55604f5d2c6df270456f38-15.png",
            "player_count": 12,
            "ranked": true
        },
        {
            "id": 80910,
            "name": "The 38th Murase Go Group Tournament",
            "director": {
                "id": 449215,
                "username": "SM-SYaKo",
                "country": "jp",
                "icon": "https://user-uploads.online-go.com/e577b58bab7d7fc9871766c9d1f7195a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1182.178471692773,
                        "deviation": 63.45983688838135,
                        "volatility": 0.060058455061893425
                    }
                },
                "ranking": 18.79122343818162,
                "professional": false,
                "ui_class": ""
            },
            "description": "毎月27日に開催される定例トーナメントです。これは第三十八回村瀬碁グループ定例トーナメントです。2021年11月27日に開始されます。\n\nA tournament that happens every month on the 27th. This is the 38th tournament that starts on November 27th, 2021.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 21840,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 18000,
                "initial_time": 345600,
                "max_time": 345600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2389,
                "name": "Murase Go Group",
                "summary": "The group of Japanese and any go player from different countries.\nこのグループは日本人や世界中の国々の人々が集うグループです。",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 93,
                "icon": "https://user-uploads.online-go.com/9e03e37d7a9f7508c9a114190260a7b9-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-11-26T23:00:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-11-26T23:00:58.280455Z",
            "ended": "2022-06-20T10:07:44.110619Z",
            "start_waiting": "2021-11-26T23:00:55.274728Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9e03e37d7a9f7508c9a114190260a7b9-15.png",
            "player_count": 42,
            "ranked": true
        }
    ]
}