List all tournaments or create a new tournament.

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

{
    "count": 60731,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=started&page=6073",
    "results": [
        {
            "id": 143300,
            "name": "Конец лета",
            "director": {
                "id": 1429536,
                "username": "Миша_HGO",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/68a6aaf98710e44bb2beb5c30d95867a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1744.1133819419383,
                        "deviation": 65.87440360051431,
                        "volatility": 0.06024188009145611
                    }
                },
                "ranking": 27.793967606797434,
                "professional": false,
                "ui_class": ""
            },
            "description": "Время напрямую связано с числами, наиболее ассоциирующимися с летом(1, 21, 31)! Играй и получай удовольствие от игры!\n\n...все игры разбирает игрок 3k РФГ...",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 100760,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 1814400,
                "period_time": 86400,
                "periods": 31
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16553,
                "name": "Pepega Go Club",
                "summary": "Клуб по Го. Рады всем игрокам!",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 7,
                "icon": "https://user-uploads.online-go.com/dd6b6c9ace8f2c44daf83dbb7866552e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-21T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/dd6b6c9ace8f2c44daf83dbb7866552e-15.png",
            "player_count": 1,
            "ranked": false
        }
    ]
}