List all tournaments or create a new tournament.

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

{
    "count": 60812,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=6081",
    "results": [
        {
            "id": 117115,
            "name": "下棋123",
            "director": {
                "id": 1575617,
                "username": "deleted-3280fdfd-825a-48e9-aeaf-dbe3f884da53",
                "country": "tw",
                "icon": "https://secure.gravatar.com/avatar/146d31302714063d6a464dba473ca8d8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 542.2450190365778,
                        "deviation": 207.96814155801331,
                        "volatility": 0.06000176857311414
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "下棋了!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 85333,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "total_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14379,
                "name": "下棋群組1234567",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 1,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2024-06-15T10: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": "2025-01-05T14:16:36.862182Z",
            "ended": "2025-03-29T11:20:05.476652Z",
            "start_waiting": "2025-01-05T14:16:36.788209Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 31,
            "name": "Basics Brawl 2",
            "director": {
                "id": 55,
                "username": "RoadHobo",
                "country": "_Pirate",
                "icon": "https://secure.gravatar.com/avatar/e55cc679f2b9a76927782680058168ed?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1387.3991114591252,
                        "deviation": 74.83343692369397,
                        "volatility": 0.060064431794117246
                    }
                },
                "ranking": 22.49688914242659,
                "professional": false,
                "ui_class": ""
            },
            "description": "Round Robin for players 20k-30k",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 86400
            },
            "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": 18119,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 10,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2013-09-09T10:57:28.116621Z",
            "ended": "2013-11-25T17:33:22.819273Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}