List all tournaments or create a new tournament.

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

{
    "count": 59501,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-auto_start_on_max&page=5950",
    "results": [
        {
            "id": 15156,
            "name": "Fight Club´s \"Tea Time\" #1",
            "director": {
                "id": 93741,
                "username": "littletry",
                "country": "150",
                "icon": "https://user-uploads.online-go.com/930b18e6eb208c8df33b3eea4e23ceae-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1911.8998841310188,
                        "deviation": 65.0765344045977,
                        "volatility": 0.059958000313559676
                    }
                },
                "ranking": 29.920320929399413,
                "professional": false,
                "ui_class": ""
            },
            "description": "\"enjoy the procedure and the goal will unfold\"<br>\ngrab your tea and take your time ... <br><img src=\"http://www.veterator.com/pic/cry/cafe_open.png\"><br>Onegaishimasu =)",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 50,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 10,
                "main_time": 3610,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 351,
                "name": "Fight Club",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 367,
                "icon": "https://user-uploads.online-go.com/84c668c6929052e27b769484f8a7a326-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-02-28T14:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-02-28T14:00:44.336338Z",
            "ended": "2016-03-05T21:30:47.567049Z",
            "start_waiting": "2016-02-28T14:00:44.105969Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/84c668c6929052e27b769484f8a7a326-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}