List all tournaments or create a new tournament.

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

{
    "count": 59022,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-player_count&page=5902",
    "results": [
        {
            "id": 138411,
            "name": "fun and fun",
            "director": {
                "id": 1425222,
                "username": "KimYuna",
                "country": "au",
                "icon": "https://user-uploads.online-go.com/c0a004bb4486b95302a87f27babfee54-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 416.0776912365825,
                        "deviation": 69.7784566020919,
                        "volatility": 0.06004586948167666
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "fun having fun",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 2438347,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 2419200,
                "period_time": 2419200,
                "periods": 300
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14323,
                "name": "Epping West Thursday Go Class",
                "summary": "This group is for Epping West Thursday Go Class students who are learning how to play Go.\n",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 13,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-19T05:20:00Z",
            "players_start": 20,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 138419,
            "name": "9x9 Mini League 10k-25k #378",
            "director": {
                "id": 1015644,
                "username": "wiadp1",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/253ed3da1cc83d36ac1e5313f959f54d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1385.3493911167532,
                        "deviation": 68.42821786078214,
                        "volatility": 0.06017747886678339
                    }
                },
                "ranking": 22.4626624287341,
                "professional": false,
                "ui_class": ""
            },
            "description": "Special league for players between 25kyu and 10kyu. Tournament will be started as soon as 5 players will join it.\n\nPrevious winners: https://online-go.com/group/10842",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3524,
                "name": "9x9 Lovers",
                "summary": "A group for Go players who love the 9x9 board.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 697,
                "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-03-22T20:05:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}