List all tournaments or create a new tournament.

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

{
    "count": 59511,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=description&page=5951",
    "results": [
        {
            "id": 122216,
            "name": "9x9 2️⃣",
            "director": {
                "id": 1649210,
                "username": "Bougainvillea",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/9a9495dbf357df5bb0513183d04d9dbe-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 843.2428727452719,
                        "deviation": 65.80931944870223,
                        "volatility": 0.06024075278591883
                    }
                },
                "ranking": 10.969783975226155,
                "professional": false,
                "ui_class": ""
            },
            "description": "🫐🍇🧊",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "per_move": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14758,
                "name": "🤯🤯🤯🤯🤯",
                "summary": "Присоединяйтес\n\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://user-uploads.online-go.com/c3f2d36bded0dcf157900bb9416be535-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-11-30T13:00:00Z",
            "players_start": 5,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2024-11-30T13:00:30.595513Z",
            "ended": "2024-12-26T14:36:56.705828Z",
            "start_waiting": "2024-11-30T13:00:30.376452Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/c3f2d36bded0dcf157900bb9416be535-15.png",
            "player_count": 13,
            "ranked": true
        }
    ]
}