List all tournaments or create a new tournament.

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

{
    "count": 59362,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5936",
    "results": [
        {
            "id": 70493,
            "name": "大家捉下棋",
            "director": {
                "id": 677658,
                "username": "gochesser_001",
                "country": "hk",
                "icon": "https://secure.gravatar.com/avatar/bbf42a66933f79343bc0f82f3c176c0d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1543.4919203723052,
                        "deviation": 68.85038314494335,
                        "volatility": 0.06003037150747876
                    }
                },
                "ranking": 24.965060626620105,
                "professional": false,
                "ui_class": ""
            },
            "description": "雙敗淘汰賽,come to play",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 432000
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7734,
                "name": "香港交流群",
                "summary": "歡迎想捉圍棋朋友加入~棋力不限",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 45,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2021-01-24T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-01-24T10:05:09.618602Z",
            "ended": "2021-05-01T14:02:58.046748Z",
            "start_waiting": "2021-01-24T10:05:09.207820Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 86777,
            "name": "3/3 A",
            "director": {
                "id": 1107769,
                "username": "goart_008",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/df413ac34bb8600ee6781a96907a9686?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1092.071211859316,
                        "deviation": 63.07111810274484,
                        "volatility": 0.060286334218563484
                    }
                },
                "ranking": 16.955826355571514,
                "professional": false,
                "ui_class": ""
            },
            "description": "Live test",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 1200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 10975,
                "name": "GoArt",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 3,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-03-03T04:00:00Z",
            "players_start": 0,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2022-03-03T04:00:20.816790Z",
            "ended": "2022-03-03T04:00:20.804188Z",
            "start_waiting": "2022-03-03T04:00:20.768636Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}