List all tournaments or create a new tournament.

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

{
    "count": 59042,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5904",
    "results": [
        {
            "id": 132968,
            "name": "Interno CaGuaGuaMon",
            "director": {
                "id": 151301,
                "username": "Itarios",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/c81d0c7bc24079c7b06a64801deaa2fe-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1779.060157730964,
                        "deviation": 66.78420858998416,
                        "volatility": 0.05992036769110901
                    }
                },
                "ranking": 28.2532378554909,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Torneo interno de practica",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 24,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 15,
                "initial_time": 1200,
                "max_time": 3600
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 11296,
                "name": "Goadalajara: Club de Go de Guadalajara ",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 12,
                "icon": "https://user-uploads.online-go.com/587cad7a461ad2a1f04c69d281da0684-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-11-11T20: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": "2025-11-24T13:03:09.726183Z",
            "ended": "2025-11-24T13:24:52.295113Z",
            "start_waiting": "2025-11-24T13:03:09.640121Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/587cad7a461ad2a1f04c69d281da0684-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 61438,
            "name": "Super long stress free games",
            "director": {
                "id": 620412,
                "username": "bluemooneatlion",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/11dd76bb3c9fb454bfa66096f686ed49-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1281.8889946886668,
                        "deviation": 62.48115840981373,
                        "volatility": 0.06002255792018614
                    }
                },
                "ranking": 20.665814788805715,
                "professional": false,
                "ui_class": ""
            },
            "description": "Happy fun time",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 97920,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 1036800,
                "max_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 24,
                "name": "Double Digit Kyu Room",
                "summary": "For those of us working our way through to SDK. Whether its for your first time up the ladder and the 20th, lets find some opponents and camaraderie. ",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3618,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2020-06-04T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 25,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-06-06T00:40:52.840767Z",
            "ended": "2020-10-28T19:23:15.180745Z",
            "start_waiting": "2020-06-06T00:40:52.392654Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}