List all tournaments or create a new tournament.

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

{
    "count": 59012,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-subsequent_pairing_method&page=5901",
    "results": [
        {
            "id": 91936,
            "name": "第一屆嘉嘉盃 - 極冷地區之戰",
            "director": {
                "id": 1159753,
                "username": "小幫手",
                "country": "tw",
                "icon": "https://user-uploads.online-go.com/1aad51ccd5db8261eefd78216dea04ec-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1255.7991846407826,
                        "deviation": 89.06009305115134,
                        "volatility": 0.06001824585181738
                    }
                },
                "ranking": 20.189790674731025,
                "professional": false,
                "ui_class": ""
            },
            "description": "棋力限制 : 無",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 43,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 11838,
                "name": "蕭兔孽徒團 (Xiao Tu Legion)",
                "summary": "本群是黑嘉嘉成人班學員們在OGS開的社團,歡迎其他人加入社團一起交流。\nWe are students from Hei Jiajia Online Course in Taiwan, We are also welcome player around the world.",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 324,
                "icon": "https://user-uploads.online-go.com/bc78597580f1cf5b9b6f3d07761091a0-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-07-01T13:30:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2022-07-01T12:18:50.952530Z",
            "ended": "2022-07-06T04:01:53.409007Z",
            "start_waiting": "2022-07-06T04:01:53.400214Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bc78597580f1cf5b9b6f3d07761091a0-15.png",
            "player_count": 28,
            "ranked": true
        },
        {
            "id": 78161,
            "name": "Titan",
            "director": {
                "id": 134125,
                "username": "mitava",
                "country": "at",
                "icon": "https://user-uploads.online-go.com/dd82ab9bd8acf39be51899ddbe1804ee-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 788.4782417507043,
                        "deviation": 64.76496024965462,
                        "volatility": 0.0599203180748189
                    }
                },
                "ranking": 9.415256608156199,
                "professional": false,
                "ui_class": ""
            },
            "description": "19x19",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 38880,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 36000,
                "initial_time": 259200,
                "max_time": 345600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 357,
                "name": "ORION",
                "summary": "Torneo Latinoamericano de Go por equipos Sub-18",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 137,
                "icon": "https://user-uploads.online-go.com/ee9d9460a8b97d165ea8a0d257436c51-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-07-29T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 18,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-07-29T16:00:51.775066Z",
            "ended": "2021-08-02T18:17:54.778092Z",
            "start_waiting": "2021-08-02T18:17:54.770225Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ee9d9460a8b97d165ea8a0d257436c51-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}