List all tournaments or create a new tournament.

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

{
    "count": 59131,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5913",
    "results": [
        {
            "id": 57729,
            "name": "Tournoi de Blitz d'avril",
            "director": {
                "id": 96911,
                "username": "vaurien",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/81c7d79a0b1333240881ddf40572036b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2053.7355378803027,
                        "deviation": 63.058332273041465,
                        "volatility": 0.06007333508533785
                    }
                },
                "ranking": 31.577001997987985,
                "professional": false,
                "ui_class": ""
            },
            "description": "Tournoi de semi blitz (15mn c'est long !!) \nHandicap réel\n4 rondes MacMahon (limite 1D) à appariement aléatoire\nRègles AGA\n\nIl faut s'inscrire à la salle québecoise sur OGS (voir groupe en haut à droite)",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 900
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 162,
                "name": "Salle Québécoise",
                "summary": "Groupe officiel de l'AQJG",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 152,
                "icon": "https://user-uploads.online-go.com/0167e050eaf0bc94ebb645ce1a915bc5-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-04-08T22:30:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-04-08T22:30:24.314866Z",
            "ended": "2020-04-09T00:34:53.357977Z",
            "start_waiting": "2020-04-08T22:30:23.066745Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/0167e050eaf0bc94ebb645ce1a915bc5-15.png",
            "player_count": 14,
            "ranked": true
        }
    ]
}