List all tournaments or create a new tournament.

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

{
    "count": 60502,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=6050",
    "results": [
        {
            "id": 14398,
            "name": "First Tournament Canadian Group 2016",
            "director": {
                "id": 177197,
                "username": "Go Sertão",
                "country": "br",
                "icon": "https://user-uploads.online-go.com/2c3291d554104272a657bd9bf3df3eab-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1284.4043286199435,
                        "deviation": 71.8765325417072,
                        "volatility": 0.05929181099977877
                    }
                },
                "ranking": 20.711195415117587,
                "professional": false,
                "ui_class": ""
            },
            "description": "For every Go players",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 39,
                "name": "Canadian Go Players",
                "summary": "Canadian Go Association",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 564,
                "icon": "https://user-uploads.online-go.com/373619b6c62ec2b70befaca77c9af1fa-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-03-01T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2016-03-01T00:37:08.425968Z",
            "ended": "2017-07-30T22:05:27.133408Z",
            "start_waiting": "2016-03-01T00:37:08.016958Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/373619b6c62ec2b70befaca77c9af1fa-15.png",
            "player_count": 21,
            "ranked": true
        },
        {
            "id": 134246,
            "name": "Кубок го!",
            "director": {
                "id": 1690695,
                "username": "Chan Solo",
                "country": "150",
                "icon": "https://user-uploads.online-go.com/e3aef0f37663cf1f0d2a9a7483410978-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1286.2963016356757,
                        "deviation": 67.57529488869208,
                        "volatility": 0.06029796084459813
                    }
                },
                "ranking": 20.745271092936154,
                "professional": false,
                "ui_class": ""
            },
            "description": "просто турнир",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15695,
                "name": "тэсудзи",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 22,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-02-20T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-02-20T16:00:40.399485Z",
            "ended": null,
            "start_waiting": "2026-02-20T16:00:39.768939Z",
            "board_size": 19,
            "active_round": 3,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 16,
            "ranked": true
        }
    ]
}