List all tournaments or create a new tournament.

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

{
    "count": 59162,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclusivity&page=5916",
    "results": [
        {
            "id": 60277,
            "name": "İkinci deneme turnuvası",
            "director": {
                "id": 54877,
                "username": "igsNomad",
                "country": "tr",
                "icon": "https://user-uploads.online-go.com/8117a0351f6a880a1503de571b451082-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1782.78616598201,
                        "deviation": 62.50747648468425,
                        "volatility": 0.06004780489913178
                    }
                },
                "ranking": 28.301671793755595,
                "professional": false,
                "ui_class": ""
            },
            "description": "Bu bir İsviçre tipi turnuva ilk turlar kıyım (güçlü-zayıf eşleşmesi) sonraki turlar fermuar eşleşmesi ile işleyecek. Burda tur sayısı ve eşleşecek oyunculara müdahale etme şansımız yok gibi gözüküyor.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "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": 5651,
                "name": "İGODözelGRUP",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 7,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-05-09T14:10:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-05-09T14:10:23.458407Z",
            "ended": "2020-05-09T15:29:57.577512Z",
            "start_waiting": "2020-05-09T14:10:22.899494Z",
            "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": 136756,
            "name": "แข่งเก็บคะแนน",
            "director": {
                "id": 564908,
                "username": "Sarawoot Kanya",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/b6481afb00bf1ffc14aefec9418093c9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1428.3733342620876,
                        "deviation": 65.87288697611051,
                        "volatility": 0.06068751158219223
                    }
                },
                "ranking": 23.170679540751433,
                "professional": false,
                "ui_class": ""
            },
            "description": "แต้มต่อ 6.5",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14733,
                "name": "ศรีสังวาลย์",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 32,
                "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-01-26T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-01-26T07:31:43.490815Z",
            "ended": "2026-01-26T07:55:49.175852Z",
            "start_waiting": "2026-01-26T07:31:43.404382Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-15.png",
            "player_count": 4,
            "ranked": false
        }
    ]
}