List all tournaments or create a new tournament.

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

{
    "count": 59062,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5906",
    "results": [
        {
            "id": 47819,
            "name": "the big go tournament",
            "director": {
                "id": 632025,
                "username": "demon2019",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/7ab9533a7a6d3de017283bdf2dfa6d83-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 750.5826046677178,
                        "deviation": 87.86349475116594,
                        "volatility": 0.05998427832898187
                    }
                },
                "ranking": 8.275001035195551,
                "professional": false,
                "ui_class": ""
            },
            "description": "there will be 12 people and you are in teams of 3 only one team can win so do your best.",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 785280,
            "time_control_parameters": {
                "period_time": 777600,
                "main_time": 691200,
                "system": "byoyomi",
                "pause_on_weekends": true,
                "time_control": "byoyomi",
                "periods": 2,
                "speed": "correspondence"
            },
            "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": 17864,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2019-05-01T21:00:00Z",
            "players_start": 12,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2019-05-14T10:32:51.344472Z",
            "ended": "2020-02-29T08:34:09.263563Z",
            "start_waiting": "2019-05-14T10:32:50.126663Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 12,
            "ranked": true
        },
        {
            "id": 71254,
            "name": "Weekly 13x13 Games 2021-02-15",
            "director": {
                "id": 741522,
                "username": "wolfmeister",
                "country": "_United_Federation_of_Planets",
                "icon": "https://secure.gravatar.com/avatar/c86451e4f5aaface6118117b8b91597b?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1209.6169056480942,
                        "deviation": 65.52079638031556,
                        "volatility": 0.06013235595814508
                    }
                },
                "ranking": 19.32239564406787,
                "professional": false,
                "ui_class": ""
            },
            "description": "%%%%%%%%%%%%%%%%%%%%%%%%\n\n!!!LIVE GAME APPOINTMENTS ARE NOT SCHEDULED AUTOMATICALLY!!!\n\nONCE TOURNAMENT STARTS:\n\nCOME BACK HERE TO FIND YOUR ASSIGNED OPPONENT ARRANGE A >30min VIDEO CONFERENCE WITH YOUR OPPONENT FINISH YOUR GAME WITHIN ONE WEEK, TO PREVENT BLOCKING THE TOURNAMENT. EACH MONDAY, SCHEDULE YOUR NEXT MATCH VIDEO CONFERENCE.\n\n%%%%%%%%%%%%%%%%%%%%%%%%",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 6720,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "total_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6518,
                "name": "Madison Google Go",
                "summary": "Nominally a social league for the MSN site, but friendly, casual players from other sites welcome.  Make sure to join the Hangouts room, go-msn@ group for announcements!  Please send an *INTERNAL* email to the organizers to join.  We don't always notice OG",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 18,
                "icon": "https://user-uploads.online-go.com/58487116e0e161b5d171c5b31268b059-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-02-15T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2021-02-15T16:00:50.961172Z",
            "ended": "2021-03-25T03:36:27.892131Z",
            "start_waiting": "2021-02-15T16:00:50.809885Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/58487116e0e161b5d171c5b31268b059-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}