List all tournaments or create a new tournament.

GET /api/v1/tournaments/?format=api&ordering=started&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=started&page=6050",
    "results": [
        {
            "id": 142851,
            "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": "турнир проходит каждого 6 августа",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "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": true,
            "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-08-04T07: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": 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": 1,
            "ranked": true
        },
        {
            "id": 142681,
            "name": "13x13",
            "director": {
                "id": 1287011,
                "username": "澳洲小肥羊",
                "country": "za",
                "icon": "https://user-uploads.online-go.com/d88b2434b38b4492125c58de5f3889cb-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2086.8003769435154,
                        "deviation": 78.13676878232833,
                        "volatility": 0.060038936899010624
                    }
                },
                "ranking": 31.94674509972333,
                "professional": false,
                "ui_class": ""
            },
            "description": "這是一個13x13比賽 所有人都可以參加\nNO AI PLEASE!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "ing",
            "time_per_move": 87861,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 86400,
                "max_time": 432000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18083,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-08-04T01:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}