List all tournaments or create a new tournament.

GET /api/v1/tournaments/?format=api&ordering=subsequent_pairing_method&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=subsequent_pairing_method&page=5902",
    "results": [
        {
            "id": 106163,
            "name": "Have a relaxing game, and have a great time!",
            "director": {
                "id": 940672,
                "username": "Yui_Chit",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/64c6a9c7efc232fff77bcfc11a09a4c9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1091.535465738471,
                        "deviation": 61.19698695403642,
                        "volatility": 0.06013484949468346
                    }
                },
                "ranking": 16.944466688032787,
                "professional": false,
                "ui_class": ""
            },
            "description": "Relaxing in the weekend! Everyone is welcome, but establish your rank before joining please!",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 111,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 2700,
                "period_time": 90,
                "periods": 10
            },
            "is_open": true,
            "exclude_provisional": true,
            "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": 17863,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-08-12T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-08-12T02:00:55.295658Z",
            "ended": "2023-08-12T04:25:20.595465Z",
            "start_waiting": "2023-08-12T02:00:55.223272Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 2628,
            "name": "Mahiraku's Fall/Winter Open",
            "director": {
                "id": 1198,
                "username": "Code Red",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/4fa33b4fa301e444fb834c4345d6d836?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1129.6076371851884,
                        "deviation": 67.62621129302899,
                        "volatility": 0.05998333720091135
                    }
                },
                "ranking": 17.738163501803946,
                "professional": false,
                "ui_class": ""
            },
            "description": "A fun little tournament for November and possibly into December.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 31,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 120,
                "max_time": 300,
                "time_increment": 30
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 383,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2013-11-20T04:59:22.039103Z",
            "ended": "2013-11-20T05:41:36.998683Z",
            "start_waiting": "2013-11-18T16:54:41.470959Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}