List all tournaments or create a new tournament.

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

{
    "count": 58961,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclusivity&page=5896",
    "results": [
        {
            "id": 4692,
            "name": "Februar 2015-Turnier",
            "director": {
                "id": 31781,
                "username": "RalfS",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/e832b6c08837e8b2802d60cc5286f479-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1328.0642545753892,
                        "deviation": 63.87215139782012,
                        "volatility": 0.059699894024962195
                    }
                },
                "ranking": 21.48503928471629,
                "professional": false,
                "ui_class": ""
            },
            "description": "McMahon, keine Vorgabe",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 94080,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 691200,
                "max_time": 1209600,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 143,
                "name": "Deutsche Gruppe",
                "summary": "Die Gruppe für alle Deutschsprachigen.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 765,
                "icon": "https://user-uploads.online-go.com/be4d45d599a2563f696f98cd7136817c-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2015-02-07T13:56:00Z",
            "players_start": 5,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2015-02-05T21:42:28.243011Z",
            "ended": "2015-11-10T13:41:54.923083Z",
            "start_waiting": "2015-02-05T21:42:28.002059Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/be4d45d599a2563f696f98cd7136817c-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}