List all tournaments or create a new tournament.

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

{
    "count": 60611,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=handicap&page=6061",
    "results": [
        {
            "id": 4057,
            "name": "Primer Torneo de lancaster go",
            "director": {
                "id": 102155,
                "username": "luchogo",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/a5a76987d1a7197e015e56f710551ca9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1489.0656727553371,
                        "deviation": 64.66990015059054,
                        "volatility": 0.06005553670864089
                    }
                },
                "ranking": 24.134010992252474,
                "professional": false,
                "ui_class": ""
            },
            "description": "Suerte y que sea un año lleno de go en nuestras vidas!!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 250,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 240,
                "main_time": 900,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 448,
                "name": "lancastergo",
                "summary": "ahuevo comunidad go",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 10,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2015-01-08T02:45:00Z",
            "players_start": 8,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2015-01-08T02:45:11.101112Z",
            "ended": "2015-01-27T07:48:05.360756Z",
            "start_waiting": "2015-01-08T02:45:10.602834Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}