List all tournaments or create a new tournament.

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

{
    "count": 58982,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclude_provisional&page=5898",
    "results": [
        {
            "id": 70782,
            "name": "1月歷碁賽第一輪 簡頌賢 VS 白振鎧",
            "director": {
                "id": 928963,
                "username": "傳碁學園-歷碁賽",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/225f58a6cdd437bb701ba1af0dd7678f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "1月歷碁賽第一輪 簡頌賢 VS 白振鎧",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 16,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 1500
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 8175,
                "name": "歷碁賽 A組",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2021-01-31T02:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2021-01-31T01:03:58.227692Z",
            "ended": "2021-01-31T01:46:25.574386Z",
            "start_waiting": "2021-01-31T01:03:58.048346Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 91511,
            "name": "Niñas y niños de 4to",
            "director": {
                "id": 691902,
                "username": "fandekunnogay",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/84abcbd03e4cf26b8e117d65705fc70b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 649.8977552623516,
                        "deviation": 63.15263725168425,
                        "volatility": 0.06003988966586761
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "niñas y niños de 4tto",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 36,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4841,
                "name": "PIPIOLO GO 2022🏆",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 215,
                "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-06-20T14:10:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2022-06-20T14:10:24.381475Z",
            "ended": "2022-06-20T15:11:17.837549Z",
            "start_waiting": "2022-06-20T14:10:24.220177Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}