List all tournaments or create a new tournament.

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

{
    "count": 59231,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5923",
    "results": [
        {
            "id": 14535,
            "name": "Fluctuat nec Mergitur",
            "director": {
                "id": 212515,
                "username": "Louvre",
                "country": "_Pirate",
                "icon": "https://user-uploads.online-go.com/e0769d7f80d4978c41252b71a756a79a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1577.7277721403314,
                        "deviation": 64.02844770933916,
                        "volatility": 0.06002793792478151
                    }
                },
                "ranking": 25.472933723660503,
                "professional": false,
                "ui_class": ""
            },
            "description": "Fischer Time",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 87360,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 86400,
                "max_time": 86400,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 95,
                "name": "France Go Players",
                "summary": "Le groupe pour les joueurs français!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1284,
                "icon": "https://user-uploads.online-go.com/f860ac26e7c271a3637835570b1fc13f-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2016-02-06T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 18,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-02-06T16:00:45.483890Z",
            "ended": "2016-04-29T11:56:22.911296Z",
            "start_waiting": "2016-02-06T16:00:45.339699Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/f860ac26e7c271a3637835570b1fc13f-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}