List all tournaments or create a new tournament.

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

{
    "count": 59251,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5925",
    "results": [
        {
            "id": 59524,
            "name": "Tie Tournament Test",
            "director": {
                "id": 444278,
                "username": "Haze with a Z",
                "country": "_LGBT",
                "icon": "https://user-uploads.online-go.com/02656380a3a787e02316603bdfc6be88-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1029.8388188079111,
                        "deviation": 67.94999787085683,
                        "volatility": 0.060040733701657904
                    }
                },
                "ranking": 15.597528253196192,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a test to see if you can tie in a tournament. 3 people round robin, each with 1 win, 1 loss. All the same exact rank. Who shall win the tournament? It shall be like rock paper scissors. Guinea Pig2, you shall be rock, Guinea Pig3, you shall be paper, Guinea Pig4, you shall be scissors. Let us try this test of fate and luck :D\n\nSorry Guinea Pig1, but I can only use 3 for this test. 4 members would make it uneven.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 92160,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 518400,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5391,
                "name": "Sup People",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2021-09-09T22:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2020-04-23T21:58:18.198778Z",
            "ended": "2020-04-23T22:00:12.556024Z",
            "start_waiting": "2020-04-23T21:58:18.020929Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": true
        }
    ]
}