List all tournaments or create a new tournament.

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

{
    "count": 58961,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=5896",
    "results": [
        {
            "id": 53789,
            "name": "#1 ACI Go Tournament",
            "director": {
                "id": 628342,
                "username": "Aegenesee",
                "country": "tr",
                "icon": "https://secure.gravatar.com/avatar/7c247a2ad1429e10d9a0b280b63dacca?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1389.4866582751092,
                        "deviation": 61.3227798520018,
                        "volatility": 0.060023687831280335
                    }
                },
                "ranking": 22.531695556446603,
                "professional": false,
                "ui_class": ""
            },
            "description": "#1 ACI Go Tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 40,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 4030,
                "name": "ACI Go Club",
                "summary": "American Collegiate Institute Go Club",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 33,
                "icon": "https://user-uploads.online-go.com/9ce7fec4c17310ffc74a763e3d8ddfed-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2019-11-14T01:45:00Z",
            "players_start": 1,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2019-11-19T12:12:32.420082Z",
            "ended": "2019-11-19T12:12:32.616592Z",
            "start_waiting": "2019-11-19T12:12:32.290185Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9ce7fec4c17310ffc74a763e3d8ddfed-15.png",
            "player_count": 1,
            "ranked": true
        }
    ]
}