List all tournaments or create a new tournament.

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

{
    "count": 59531,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=5953",
    "results": [
        {
            "id": 94330,
            "name": "ปวช.3/11 (6 ก.ย. 65)",
            "director": {
                "id": 1010331,
                "username": "PomSii",
                "country": "th",
                "icon": "https://secure.gravatar.com/avatar/aa13948ef4fee733d9d956be746af4af?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1528.2940953430661,
                        "deviation": 69.12209408595301,
                        "volatility": 0.060086127774657355
                    }
                },
                "ranking": 24.735987039854813,
                "professional": false,
                "ui_class": ""
            },
            "description": "ปวช.3/11 (6 ก.ย. 65)",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 9,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "blitz",
                "pause_on_weekends": false,
                "main_time": 180,
                "period_time": 7,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 11950,
                "name": "ปวช.3/1, 3/3, 3/4, 3/10, 3/11, 3/12 (66\")",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 227,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-09-06T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-09-06T04:27:24.307992Z",
            "ended": "2022-09-06T04:55:37.228600Z",
            "start_waiting": "2022-09-06T04:27:23.504925Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 31,
            "ranked": true
        }
    ]
}