List all tournaments or create a new tournament.

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

{
    "count": 59101,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5910",
    "results": [
        {
            "id": 64856,
            "name": "1111111111111111111",
            "director": {
                "id": 737306,
                "username": "2020vs",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/78080aa54321ea05a7dcca1596e6c924-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1057.6297343678023,
                        "deviation": 68.72909751962305,
                        "volatility": 0.060123971197317244
                    }
                },
                "ranking": 16.21396648247981,
                "professional": false,
                "ui_class": ""
            },
            "description": "11111111111111111111111111111",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 515,
                "name": "OGS Title Tournaments",
                "summary": "Would you like to compete with hundreds of players in epic tournaments and become the Honinbo, Meijin, Kisei, Tianyuan, Mingren or Kuksu? Join us!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 2968,
                "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-09-01T02: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": "2020-09-01T02:00:48.808088Z",
            "ended": "2020-09-21T05:10:52.629432Z",
            "start_waiting": "2020-09-01T02:00:48.553458Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}