List all tournaments or create a new tournament.

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

{
    "count": 59431,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=exclusivity&page=5943",
    "results": [
        {
            "id": 17163,
            "name": "Double Eliminination #2 - June 2016",
            "director": {
                "id": 304968,
                "username": "Treble Clef",
                "country": "vn",
                "icon": "https://user-uploads.online-go.com/1d9ec8692530e30a9b68aa8a0918f57c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2404.5762462647212,
                        "deviation": 67.42580316388067,
                        "volatility": 0.06008513443567981
                    }
                },
                "ranking": 35.228065877337876,
                "professional": false,
                "ui_class": ""
            },
            "description": "nothing",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 172800,
            "time_control_parameters": {
                "time_control": "simple",
                "per_move": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 353,
                "name": "Four Seasons Tournament Series",
                "summary": "Серия турниров \"Четыре Сезона\"",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 623,
                "icon": "https://user-uploads.online-go.com/da3625d8ecb510c14d65689ea409862b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-06-05T09:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-06-05T09:00:02.193697Z",
            "ended": "2017-08-11T16:59:50.392894Z",
            "start_waiting": "2016-06-05T09:00:01.971980Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/da3625d8ecb510c14d65689ea409862b-15.png",
            "player_count": 15,
            "ranked": true
        }
    ]
}