List all tournaments or create a new tournament.

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

{
    "count": 59241,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5924",
    "results": [
        {
            "id": 107785,
            "name": "Live 19x19 Fast & Fun Tournament october",
            "director": {
                "id": 1204570,
                "username": "Artyss",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/0d44caa24a6e1c7faf2a6b5ec37380b6-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 971.1472338233006,
                        "deviation": 63.88606114051018,
                        "volatility": 0.06008723705877281
                    }
                },
                "ranking": 14.239097956408415,
                "professional": false,
                "ui_class": ""
            },
            "description": "Live 19x19 Fast & Fun Tournament octobre ! \n\nTournoi rapide en temps réel du mois d'octobre 2023. Les rondes s’enchaîneront automatiquement toutes les 15 minutes en moyenne. De 4 à 6 rondes de prévues en fonction du nombre de joueurs.\n\nHave fun playing with someone of similar rank, using handicap to equalize the difference! This one is 19x19.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 35,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 12392,
                "name": "Kantai - Charente-Maritime",
                "summary": "Bienvenue sur le site du Kantai — Club de go de Charente-Maritime\n\nNous nous réunissons régulièrement pour jouer au Go, initier de nouvelles personnes et partager notre passion de ce jeu millénaire sur Rochefort, La Rochelle mais également Genouillé. Nous ",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 38,
                "icon": "https://user-uploads.online-go.com/7869db3c7d93ddb0d3f75b4453108815-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-10-08T12:30:00Z",
            "players_start": 2,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 33,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2023-10-08T12:30:34.274446Z",
            "ended": "2023-10-08T15:15:38.506314Z",
            "start_waiting": "2023-10-08T12:30:34.124367Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7869db3c7d93ddb0d3f75b4453108815-15.png",
            "player_count": 11,
            "ranked": true
        }
    ]
}