List all tournaments or create a new tournament.

GET /api/v1/tournaments?format=api&ordering=-subsequent_pairing_method&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=-subsequent_pairing_method&page=5904",
    "results": [
        {
            "id": 84287,
            "name": "Mega tournament eleven",
            "director": {
                "id": 736023,
                "username": "2025vs",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/7b00a5b491f99a02c822db43039ddd91-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1536.529914735449,
                        "deviation": 63.18073597410369,
                        "volatility": 0.06031088735864471
                    }
                },
                "ranking": 24.86040506661975,
                "professional": false,
                "ui_class": ""
            },
            "description": "Open!",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 432000,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "per_move": 432000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5351,
                "name": "2025vs ",
                "summary": "A group for Go players who love the 9x9 board to 19x19 board and an open group for any go players......and members over 150!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 192,
                "icon": "https://user-uploads.online-go.com/800b4a0d234e19e92a200d1dd3e4faff-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-04-02T03:00:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-04-02T03:00:30.365778Z",
            "ended": null,
            "start_waiting": "2022-04-02T03:00:30.332255Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/800b4a0d234e19e92a200d1dd3e4faff-15.png",
            "player_count": 18,
            "ranked": true
        },
        {
            "id": 134975,
            "name": "デモトーナメント",
            "director": {
                "id": 1370369,
                "username": "NSigo",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/b4ee095a848afc743338dd4d66cf5557?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "club_igoDemoTournament",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13364,
                "name": "NS club igo",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 13,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2025-12-03T03:55:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 38,
            "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
        }
    ]
}