List all tournaments or create a new tournament.

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

{
    "count": 60062,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=6006",
    "results": [
        {
            "id": 100789,
            "name": "1er Tournoi du Let's Go",
            "director": {
                "id": 1185576,
                "username": "fuseki3",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/ed4f7981512e1f4c30105dd676952cc8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1936.2110863956914,
                        "deviation": 68.12775351533696,
                        "volatility": 0.0644379955265642
                    }
                },
                "ranking": 30.212834229930994,
                "professional": false,
                "ui_class": ""
            },
            "description": "Bienvenue au 1er tournoi du Let's Go !  \n\nBonne parties à tous ! Have fun, everyone !",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12930,
                "name": "Let's GOAT!",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 81,
                "icon": "https://user-uploads.online-go.com/a0c7ab7dee39303c7ca4faa23f7fc7c5-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-03-09T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2023-03-09T17:00:29.860257Z",
            "ended": "2024-06-13T15:38:02.221273Z",
            "start_waiting": "2023-03-09T17:00:29.738830Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/a0c7ab7dee39303c7ca4faa23f7fc7c5-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 101940,
            "name": "REVANCHA",
            "director": {
                "id": 746065,
                "username": "Elnefo11",
                "country": "co",
                "icon": "https://secure.gravatar.com/avatar/1815dd1847a342bb3cf440bad4d14a91?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1066.6998793688483,
                        "deviation": 63.733765811801405,
                        "volatility": 0.060002806912618695
                    }
                },
                "ranking": 16.411652501980377,
                "professional": false,
                "ui_class": ""
            },
            "description": "REVANCHA",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 31,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 180,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4802,
                "name": "shibumi...",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/36aabf9977d858365e1702efb7172f85-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2023-04-07T04: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": "2023-04-07T04:00:29.368703Z",
            "ended": "2023-04-07T04:21:06.561439Z",
            "start_waiting": "2023-04-07T04:00:29.299861Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36aabf9977d858365e1702efb7172f85-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}