List all tournaments or create a new tournament.

GET /api/v1/tournaments/?format=api&ordering=-exclusivity&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=-exclusivity&page=5898",
    "results": [
        {
            "id": 75324,
            "name": "3ª ETAPA 2021",
            "director": {
                "id": 805908,
                "username": "marcosrczr",
                "country": "br",
                "icon": "https://secure.gravatar.com/avatar/6b2772f241c4e75eb7373fa32b3283b9?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 917.6243027324846,
                        "deviation": 66.44761086575319,
                        "volatility": 0.06001801279592092
                    }
                },
                "ranking": 12.926723591689818,
                "professional": false,
                "ui_class": ""
            },
            "description": "3ª Etapa do Circuito Online de Go da SME-SP",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 300,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6411,
                "name": "CIRCUITO ONLINE SME-SP",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 479,
                "icon": "https://user-uploads.online-go.com/e433e136133ddde395dd9e6024a84c90-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-05-26T22:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2021-05-26T22:00:21.577533Z",
            "ended": "2021-05-26T22:52:40.449640Z",
            "start_waiting": "2021-05-26T22:00:21.319638Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e433e136133ddde395dd9e6024a84c90-15.png",
            "player_count": 12,
            "ranked": true
        },
        {
            "id": 125841,
            "name": "ტურნირი #1",
            "director": {
                "id": 1459143,
                "username": "Gochadvalii",
                "country": "ge",
                "icon": "https://secure.gravatar.com/avatar/91b1714ddc9099ef33e2e3b50fad9a7a?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 955.698479856933,
                        "deviation": 60.926819584507065,
                        "volatility": 0.059973280938654616
                    }
                },
                "ranking": 13.867873301123513,
                "professional": false,
                "ui_class": ""
            },
            "description": "27 თებერვალს 7 საათზე",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 51,
            "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": true,
            "group": {
                "id": 15109,
                "name": "გო ქუთაისში",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 34,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2025-02-27T15:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2025-02-27T15:00:05.648883Z",
            "ended": "2025-02-27T16:37:27.992779Z",
            "start_waiting": "2025-02-27T15:00:05.548449Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}