List all tournaments or create a new tournament.

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

{
    "count": 59061,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5906",
    "results": [
        {
            "id": 64212,
            "name": "Reisei Cup august 2020",
            "director": {
                "id": 182494,
                "username": "𝖎𝖒𝖙𝖖𝖔𝖎",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/35c19d35d44885ef5dffd8148b90c4e3-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1822.492630877201,
                        "deviation": 64.46376325739539,
                        "volatility": 0.05987258019635908
                    }
                },
                "ranking": 28.81161395465773,
                "professional": false,
                "ui_class": ""
            },
            "description": "Reisei Cup august 2020",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 87360,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 86400,
                "period_time": 86400,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 5224,
                "name": "Go club Reisei",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://user-uploads.online-go.com/9d3c3b836b6d01b5fa0a7ce676044ab2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-08-16T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2020-08-16T07:00:32.934214Z",
            "ended": "2020-11-01T17:39:55.147032Z",
            "start_waiting": "2020-08-16T07:00:32.280977Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9d3c3b836b6d01b5fa0a7ce676044ab2-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}