List all tournaments or create a new tournament.

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

{
    "count": 60162,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=6016",
    "results": [
        {
            "id": 72971,
            "name": "Samuel's teaching night",
            "director": {
                "id": 839251,
                "username": "Mapledge",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/014310fdc5f118f1a485818badd3b773-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 811.822879557998,
                        "deviation": 98.79461305451053,
                        "volatility": 0.06001611392915813
                    }
                },
                "ranking": 10.090712867300997,
                "professional": false,
                "ui_class": ""
            },
            "description": "Tournament after top mistakes~ (who will make the most mistakes?)",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 121,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 120,
                "initial_time": 120,
                "max_time": 1200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6730,
                "name": "Stony Brook Go Club",
                "summary": "ALL PLAYERS WELCOME!!!\n\nWe are a club group based at Stony Brook University. \n\nOur meetings times are Tuesdays and Thursdays 8-10PM via Zoom.\n\nRegardless of whether you are a beginner or a master, don't hesitate to come by to simply have some fun. \n\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 35,
                "icon": "https://user-uploads.online-go.com/bfaca7135d50ab09bc002ea3020d5f21-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2021-03-24T01:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2021-03-24T00:54:56.337368Z",
            "ended": "2021-04-14T02:08:33.081261Z",
            "start_waiting": "2021-03-24T00:54:56.145557Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bfaca7135d50ab09bc002ea3020d5f21-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 141758,
            "name": "Tournoi 13X13",
            "director": {
                "id": 1969863,
                "username": "sofia_35",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/fad7aec5ee21ffafcd84a8d1771afa35-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1018.4441935067733,
                        "deviation": 70.5223930013,
                        "volatility": 0.06003895751108496
                    }
                },
                "ranking": 15.339958088018706,
                "professional": false,
                "ui_class": ""
            },
            "description": "sur plateau 13X13 double élimination",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 14,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 210,
                "max_time": 600
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16086,
                "name": "Les BG 😎",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-04T07:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-07-04T16:59:17.975011Z",
            "ended": "2026-07-04T17:04:30.176131Z",
            "start_waiting": "2026-07-04T16:59:17.941644Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}