List all tournaments or create a new tournament.

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

{
    "count": 60991,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=exclude_provisional&page=6099",
    "results": [
        {
            "id": 37590,
            "name": "Really Fast Correspondence",
            "director": {
                "id": 58967,
                "username": "Onno",
                "country": "nl",
                "icon": "https://user-uploads.online-go.com/8f832f6a83dffc4a53b02758bb18ce58-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1782.4533933339305,
                        "deviation": 67.91361606047576,
                        "volatility": 0.06002925564016081
                    }
                },
                "ranking": 28.297350240212136,
                "professional": false,
                "ui_class": ""
            },
            "description": "If you don't want tournaments to go on for ever and ever and ever, this one is for you!\n\n<b>Please take note: use of vacation or pause function is NOT allowed!!!</b>\n\nIf I catch you doing it, <b>you'll risk disqualification!</b>",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 9600,
            "time_control_parameters": {
                "period_time": 86400,
                "main_time": 86400,
                "system": "canadian",
                "pause_on_weekends": false,
                "time_control": "canadian",
                "stones_per_period": 10,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 508,
                "name": "Fast Correspondence",
                "summary": "Tournaments for people who like to play quick correspondence games.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 831,
                "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-07-01T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-07-01T08:00:57.886611Z",
            "ended": "2018-07-26T15:36:02.655260Z",
            "start_waiting": "2018-07-01T08:00:53.735586Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-15.png",
            "player_count": 23,
            "ranked": true
        }
    ]
}