List all tournaments or create a new tournament.

GET /api/v1/tournaments?format=api&ordering=analysis_enabled&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=analysis_enabled&page=6073",
    "results": [
        {
            "id": 129868,
            "name": "Summer DDK Tournament",
            "director": {
                "id": 58836,
                "username": "DrQuantum",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/5192a63f12fa80c878392f9d0034612b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 941.9404089986847,
                        "deviation": 60.96923728871204,
                        "volatility": 0.05899170145642812
                    }
                },
                "ranking": 13.532187810125125,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a Canadian Time Controls tournament / so long as you make 2 moves per day that you’re on the clock, you’re good. No weekend pause.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 47987,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 604800,
                "period_time": 604800,
                "stones_per_period": 14
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8953,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-07-03T17:00:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-07-03T17:00:30.515340Z",
            "ended": "2025-11-20T10:25:13.823195Z",
            "start_waiting": "2025-07-03T17:00:30.102372Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}