List all tournaments or create a new tournament.

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

{
    "count": 58851,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5885",
    "results": [
        {
            "id": 34388,
            "name": "Torneo de Test",
            "director": {
                "id": 198773,
                "username": "achecopar",
                "country": "uy",
                "icon": "https://user-uploads.online-go.com/d6faf6cdbfe14324cbb65ddd4aa7f73c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1329.1788018322554,
                        "deviation": 66.27654333462453,
                        "volatility": 0.06025473273321303
                    }
                },
                "ranking": 21.504459239881715,
                "professional": false,
                "ui_class": ""
            },
            "description": "testeo para ver si efectivamente se puede declarar a un jugador como perdedor",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2166,
                "name": "Test Torneo",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2018-02-08T15:45:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-02-08T15:45:23.245750Z",
            "ended": "2018-02-08T15:56:59.533827Z",
            "start_waiting": "2018-02-08T15:45:22.986044Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}