List all tournaments or create a new tournament.

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

{
    "count": 59531,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-auto_start_on_max&page=5953",
    "results": [
        {
            "id": 9911,
            "name": "Fast DDK Double Elimination Tournament",
            "director": {
                "id": 444,
                "username": "calantir",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/1ca918deb36ad77b1a43a9c36821e67e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1642.4248977989541,
                        "deviation": 64.22402737676741,
                        "volatility": 0.06008664057283799
                    }
                },
                "ranking": 26.403287149523827,
                "professional": false,
                "ui_class": ""
            },
            "description": "A double elimination tournament for DDKs with 10 days absolute time.",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 9600,
            "time_control_parameters": {
                "total_time": 864000,
                "time_control": "absolute"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 508,
                "name": "Fast Correspondence",
                "summary": "Tournaments for people who like to play quick correspondence games.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 823,
                "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2015-09-01T18:54:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 10,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2015-08-28T13:27:07.933376Z",
            "ended": "2016-03-03T21:57:24.841858Z",
            "start_waiting": "2015-08-28T13:27:07.748996Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}