List all tournaments or create a new tournament.

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

{
    "count": 59931,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5993",
    "results": [
        {
            "id": 47983,
            "name": "Первый турнир",
            "director": {
                "id": 512029,
                "username": "Павел Науменко",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/159834f78ac02642afdb38194bd2c630-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1578.9425747088696,
                        "deviation": 65.1335412433925,
                        "volatility": 0.05998938783802198
                    }
                },
                "ranking": 25.490751663299367,
                "professional": false,
                "ui_class": ""
            },
            "description": "В нашем клубе набралось четыре человека! Посему случаю объявляется круговой турнир!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 91200,
            "time_control_parameters": {
                "period_time": 86400,
                "main_time": 432000,
                "system": "byoyomi",
                "pause_on_weekends": true,
                "time_control": "byoyomi",
                "periods": 3,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2208,
                "name": "Го-клуб ИТМО",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 46,
                "icon": "https://user-uploads.online-go.com/97d7765a77b2cd2b949864b6dee400ec-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2019-05-01T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2019-05-01T22:50:28.006262Z",
            "ended": "2019-05-17T07:03:55.351092Z",
            "start_waiting": "2019-05-01T22:50:27.530114Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/97d7765a77b2cd2b949864b6dee400ec-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}