List all tournaments or create a new tournament.

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

{
    "count": 59042,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=analysis_enabled&page=5904",
    "results": [
        {
            "id": 100304,
            "name": "9x9 Open D.E. Cup #70",
            "director": {
                "id": 1015644,
                "username": "wiadp1",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/253ed3da1cc83d36ac1e5313f959f54d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1383.6726296335348,
                        "deviation": 71.55754537814445,
                        "volatility": 0.06013685293804523
                    }
                },
                "ranking": 22.434625791401405,
                "professional": false,
                "ui_class": ""
            },
            "description": "Double-Elimination tournament for everyone. It will be started as soon as 8 players will join it.\n\nPrevious winners: https://online-go.com/group/10842",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3524,
                "name": "9x9 Lovers",
                "summary": "A group for Go players who love the 9x9 board.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 689,
                "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2023-02-26T20:00:00Z",
            "players_start": 8,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-02-22T09:21:43.556632Z",
            "ended": "2023-09-21T14:25:07.299312Z",
            "start_waiting": "2023-02-22T09:21:43.426303Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-15.png",
            "player_count": 8,
            "ranked": true
        },
        {
            "id": 84780,
            "name": "9*9 Swiss",
            "director": {
                "id": 1067981,
                "username": "Averyw123",
                "country": "nz",
                "icon": "https://user-uploads.online-go.com/f887017259dd7746e20627b59b0c7968-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1274.6513862158752,
                        "deviation": 65.37626830930803,
                        "volatility": 0.06010299986513658
                    }
                },
                "ranking": 20.534738366137827,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Automatic site wide tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 10855,
                "name": "⚫️The Brilliant World Of OGS⚪️",
                "summary": "Are you an OGS fan? If you are, join this group where there’s great tournaments and games to be played.\n\nPeople and bots can chat and play in this group. This is a public group so all are welcome to join.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 191,
                "icon": "https://user-uploads.online-go.com/0e618bdf660c5ca247f547082c39f943-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-01-13T02:00:00Z",
            "players_start": 0,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-01-13T02:00:10.198191Z",
            "ended": "2022-01-13T02:42:24.648775Z",
            "start_waiting": "2022-01-13T02:00:10.125920Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/0e618bdf660c5ca247f547082c39f943-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}