List all tournaments or create a new tournament.

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

{
    "count": 59331,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5933",
    "results": [
        {
            "id": 123954,
            "name": "Open Instrumentalka Double Elimination Weekly Challenge",
            "director": {
                "id": 1592033,
                "username": "AlBrickHead",
                "country": "pt",
                "icon": "https://user-uploads.online-go.com/9a0df216d2bfe55ea10e6651e9028255-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1376.2813265173027,
                        "deviation": 71.69861389848171,
                        "volatility": 0.06004473833129476
                    }
                },
                "ranking": 22.310631638656087,
                "professional": false,
                "ui_class": ""
            },
            "description": "Open Instrumentalka Weekly Challenge",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 44,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1800,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14897,
                "name": "Instrumentalka TLT GO",
                "summary": "Школа Го Тольятти",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 22,
                "icon": "https://user-uploads.online-go.com/b20509fb8391207640e76bc21aa8ab74-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-01-05T15:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-01-05T15:00:36.932711Z",
            "ended": "2025-01-05T18:58:15.237917Z",
            "start_waiting": "2025-01-05T15:00:36.798219Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b20509fb8391207640e76bc21aa8ab74-15.png",
            "player_count": 12,
            "ranked": true
        }
    ]
}