List all tournaments or create a new tournament.

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

{
    "count": 60101,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-analysis_enabled&page=6010",
    "results": [
        {
            "id": 49268,
            "name": "'Crazy Fun' Live Round-Robin 9x9 (3 simultaneous games each)",
            "director": {
                "id": 497519,
                "username": "Kosh-retired",
                "country": "_Lord_Howe_Island",
                "icon": "https://secure.gravatar.com/avatar/39dc5f9ee81b8243d315c8c729844456?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1574.954785564748,
                        "deviation": 61.40997215047312,
                        "volatility": 0.060088015249815864
                    }
                },
                "ranking": 25.432209892698047,
                "professional": false,
                "ui_class": ""
            },
            "description": "Four people, three games each all played at once!\n\nI recommend opening three separate windows.  If you narrow the windows enough, the chat disappears underneath and the boards get larger again (on PC).\n\n## Please don't join this tournament unless you understand it and are certain you will be available at the start.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 32,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 180,
                "max_time": 180
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3,
                "name": "OGS",
                "summary": "An open group for folks' who like OGS!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1790,
                "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2019-06-13T22:30:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2019-06-13T22:17:52.656208Z",
            "ended": "2019-06-13T22:38:25.641710Z",
            "start_waiting": "2019-06-13T22:17:51.968531Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}