List all tournaments or create a new tournament.

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

{
    "count": 60362,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclude_provisional&page=6036",
    "results": [
        {
            "id": 108422,
            "name": "Blitz",
            "director": {
                "id": 1147777,
                "username": "lord-valen",
                "country": "ca",
                "icon": "https://user-uploads.online-go.com/4ab0ef4bb9b96e3467d2a061acc7f6bb-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1069.4945195986802,
                        "deviation": 68.62507459936798,
                        "volatility": 0.06000582413544653
                    }
                },
                "ranking": 16.47222372926229,
                "professional": false,
                "ui_class": ""
            },
            "description": "Gotta go fast",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 11,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "blitz",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 30,
                "max_time": 60
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 8005,
                "name": "Apoptosis",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://user-uploads.online-go.com/9dcd573ab2f82f82731f1645ef496cd3-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-10-13T04:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2023-10-13T04:00:35.071679Z",
            "ended": "2023-10-13T04:12:49.165546Z",
            "start_waiting": "2023-10-13T04:00:34.964568Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9dcd573ab2f82f82731f1645ef496cd3-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 38811,
            "name": "สาระ-rails 361tour ครั้งที่ 1",
            "director": {
                "id": 148806,
                "username": "โอ๋ชิงหยวน",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/d3f8fcc6dbd4915bc123f62b337be552-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1492.5570688149596,
                        "deviation": 64.1524784301222,
                        "volatility": 0.05948526280313722
                    }
                },
                "ranking": 24.188227009990403,
                "professional": false,
                "ui_class": ""
            },
            "description": "\"เส้นทางความรู้ สู่สาระ\" มันก็ต้องใช้เวลาบ้าง แต่ไม่นาน\nIt will be a while,but it won't be long.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 12480,
            "time_control_parameters": {
                "total_time": 1123200,
                "time_control": "absolute",
                "speed": "correspondence",
                "system": "absolute",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2571,
                "name": "Go World Wide",
                "summary": "enjoy",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 90,
                "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-07-13T00:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2018-07-13T00:00:04.915983Z",
            "ended": "2018-07-30T13:36:57.627098Z",
            "start_waiting": "2018-07-13T00:00:02.327054Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}