List all tournaments or create a new tournament.

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

{
    "count": 59451,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=5945",
    "results": [
        {
            "id": 96186,
            "name": "HUGO LIN",
            "director": {
                "id": 1053160,
                "username": "Hugo2015",
                "country": "cn",
                "icon": "https://secure.gravatar.com/avatar/d64c04b3a494f6552609d5608aea189d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 920.6489727758353,
                        "deviation": 67.52247899148308,
                        "volatility": 0.060047119924063745
                    }
                },
                "ranking": 13.002905055703778,
                "professional": false,
                "ui_class": ""
            },
            "description": "19X19",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 9992,
                "name": "Équipe de France Jeunes",
                "summary": "<b>Calendrier de la session 3</b><br>\nRonde 5 : lundi 30 mars, cours 18h30-19h suivi des parties. Pédagogue : Warren<br>\n\n---<br>\nSi vous ne pouvez pas être présent, veuillez contacter votre adversaire dès que possible.\n<br>\nSi votre adversaire n'est pas l",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 66,
                "icon": "https://user-uploads.online-go.com/f3cc65b9cbd37b0642c70e30e9d92ff4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-10-29T12:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-01-24T20:09:13.886198Z",
            "ended": "2023-05-02T05:12:08.061265Z",
            "start_waiting": "2023-01-24T20:09:13.771470Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/f3cc65b9cbd37b0642c70e30e9d92ff4-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}