List all tournaments or create a new tournament.

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

{
    "count": 59972,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5997",
    "results": [
        {
            "id": 135357,
            "name": "Torneo de domingo.",
            "director": {
                "id": 1496951,
                "username": "JuanDJR.",
                "country": "co",
                "icon": "https://user-uploads.online-go.com/b85ac9bfa253ff7d7c0d714d174e666e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 899.5676337451418,
                        "deviation": 60.962819634786506,
                        "volatility": 0.05973785728093219
                    }
                },
                "ranking": 12.466644898813026,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneo rápido de domingo, 9x9.",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "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": 283,
                "name": "Colombia",
                "summary": "Bienvenidos",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 150,
                "icon": "https://user-uploads.online-go.com/5c768a9d37fc5696b6c304993a77b774-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-12-14T22:00:00Z",
            "players_start": 0,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2025-12-14T22:00:48.499726Z",
            "ended": "2025-12-14T22:21:05.727971Z",
            "start_waiting": "2025-12-14T22:00:48.458423Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5c768a9d37fc5696b6c304993a77b774-15.png",
            "player_count": 2,
            "ranked": false
        },
        {
            "id": 139232,
            "name": "Блиц 14 апреля",
            "director": {
                "id": 659128,
                "username": "Эльфия Ходжер",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/da4f80244d4374a384a34d958df3ca5d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1128.3497122652661,
                        "deviation": 70.20562175549698,
                        "volatility": 0.060141874992419964
                    }
                },
                "ranking": 17.71236942299548,
                "professional": false,
                "ui_class": ""
            },
            "description": "Хотим игра-а-а-ть!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 11,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 180,
                "period_time": 10,
                "periods": 10
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12847,
                "name": "Nikoniko ДЕТИ",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 35,
                "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-04-14T10: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-04-14T10:00:55.888041Z",
            "ended": "2026-04-14T10:57:21.231046Z",
            "start_waiting": "2026-04-14T10:00:55.619161Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-15.png",
            "player_count": 8,
            "ranked": false
        }
    ]
}