List all tournaments or create a new tournament.

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

{
    "count": 59732,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=5973",
    "results": [
        {
            "id": 84456,
            "name": "stars",
            "director": {
                "id": 1031669,
                "username": "OLIVIA LEONG",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/1155a4235d53c543da2a2aeeba89a156-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 994.5784005617045,
                        "deviation": 69.44113642538471,
                        "volatility": 0.06000514592300362
                    }
                },
                "ranking": 14.791013435139382,
                "professional": false,
                "ui_class": ""
            },
            "description": "feel free to join!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 33,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 300,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "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": 17977,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-01-04T06:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 24,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-01-04T05:30:07.947282Z",
            "ended": "2022-01-04T05:30:22.589767Z",
            "start_waiting": "2022-01-04T05:30:07.912348Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 48392,
            "name": "Four member partyyy",
            "director": {
                "id": 462637,
                "username": "Greenhunter",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/9185272bd5b0a810c439d8201b15aa95-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1301.4776463296544,
                        "deviation": 69.38163651839255,
                        "volatility": 0.05992312229793404
                    }
                },
                "ranking": 21.01689617974638,
                "professional": false,
                "ui_class": ""
            },
            "description": "Hello have fuunnnnnnn",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 183,
            "time_control_parameters": {
                "period_time": 180,
                "main_time": 300,
                "system": "byoyomi",
                "pause_on_weekends": false,
                "time_control": "byoyomi",
                "periods": 5,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3615,
                "name": "GoMenschen",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2019-05-13T19:48:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2019-05-13T19:48:47.149981Z",
            "ended": "2019-05-13T20:59:48.764056Z",
            "start_waiting": "2019-05-13T19:48:46.553351Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}