List all tournaments or create a new tournament.

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

{
    "count": 60231,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=analysis_enabled&page=6023",
    "results": [
        {
            "id": 84502,
            "name": "ccccc",
            "director": {
                "id": 1059371,
                "username": "STTS2B12",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/1265c04ac3be1c3e60cc01206d6f8b7e?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 895.4777206877935,
                        "deviation": 75.26880635648321,
                        "volatility": 0.0599957175490574
                    }
                },
                "ranking": 12.36115268839645,
                "professional": false,
                "ui_class": ""
            },
            "description": "nhhhhhhhhhhhhhh",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "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": 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": 18042,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-01-05T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-02-18T07:52:32.515951Z",
            "ended": "2022-06-16T08:50:12.701677Z",
            "start_waiting": "2022-02-18T07:52:32.414144Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}