List all tournaments or create a new tournament.

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

{
    "count": 59001,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=started&page=5900",
    "results": [
        {
            "id": 137910,
            "name": "Мартовский воскресный турнир",
            "director": {
                "id": 1971846,
                "username": "Hans_Werke",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/dc77a812c2da204620e6797cc373db47?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Мартовский воскресный турнир",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 1,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "blitz",
                "pause_on_weekends": false,
                "total_time": 180
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16243,
                "name": "Секция интеллектуального спорта «Рокада»",
                "summary": "Официальный клуб секции интеллектуального спорта ОмГПУ Рокада».\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://user-uploads.online-go.com/3e09dac0f522d2ab6cd4281ac0c2dcab-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-15T14:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "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/3e09dac0f522d2ab6cd4281ac0c2dcab-15.png",
            "player_count": 2,
            "ranked": false
        }
    ]
}