List all tournaments or create a new tournament.

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

{
    "count": 60871,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6087",
    "results": [
        {
            "id": 38028,
            "name": "Reki (2)",
            "director": {
                "id": 48251,
                "username": "Mitsunari",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/255f362392d68eb9c9f4cacbae4ff907-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1549.9838445064872,
                        "deviation": 64.4926959006302,
                        "volatility": 0.060310289590546656
                    }
                },
                "ranking": 25.06222528912636,
                "professional": false,
                "ui_class": ""
            },
            "description": "Go :)",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 13,
            "time_control_parameters": {
                "period_time": 10,
                "main_time": 300,
                "system": "byoyomi",
                "pause_on_weekends": false,
                "time_control": "byoyomi",
                "periods": 5,
                "speed": "live"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1807,
                "name": "Isnirekikari",
                "summary": "Hi, this is a group for players with 25kyu till 1kyu. Especially beginners are welcome! In this group everyone should be able to play, without having to pay attention on the rank difference problem.",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://user-uploads.online-go.com/df363079a96b4c95cc28e1450823817d-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2018-06-10T12:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2018-06-10T11:41:25.941158Z",
            "ended": "2018-06-10T11:44:31.190349Z",
            "start_waiting": "2018-06-10T11:41:25.650920Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/df363079a96b4c95cc28e1450823817d-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}