List all tournaments or create a new tournament.

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

{
    "count": 58921,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=5892",
    "results": [
        {
            "id": 69191,
            "name": "tournament for badges blitz:^",
            "director": {
                "id": 888411,
                "username": "hikaru and sai.",
                "country": "_CARICOM",
                "icon": "https://user-uploads.online-go.com/8d9142072852dbb65909746ea4f4d5a9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 633.6080341648096,
                        "deviation": 65.33801758418787,
                        "volatility": 0.05999209103873468
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "10 second go:^",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "live",
                "pause_on_weekends": false,
                "per_move": 10
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7697,
                "name": "😐😐😐😐😐😐",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-12-20T21:10:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-12-20T21:13:35.032164Z",
            "ended": "2020-12-20T21:31:11.912504Z",
            "start_waiting": "2020-12-20T21:13:34.800561Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}