List all tournaments or create a new tournament.

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

{
    "count": 60331,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=start_waiting&page=6033",
    "results": [
        {
            "id": 2978,
            "name": "13x13 gold july tournament",
            "director": {
                "id": 61468,
                "username": "orplus",
                "country": "gf",
                "icon": "https://secure.gravatar.com/avatar/3fb96a4b0aa3ee612875f322da12034f?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1407.103511390156,
                        "deviation": 61.92125026532194,
                        "volatility": 0.05962915318746959
                    }
                },
                "ranking": 22.823361849733868,
                "professional": false,
                "ui_class": ""
            },
            "description": "between the members of the city. A training to futur fights in major tournaments",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 96000,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 864000,
                "max_time": 2592000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 242,
                "name": "la cité du joueur perdu",
                "summary": "A place to learn, test, experiment, invent. Not necessarily in a conventional manner but with respect and joy in order to become stronger and face masters (one day more or less close)",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 52,
                "icon": "https://user-uploads.online-go.com/ab692de4f0fc622aebfcedfaa181fdb0-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 5,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2014-07-01T10:02:01.929708Z",
            "ended": "2014-12-30T06:59:51.916454Z",
            "start_waiting": null,
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ab692de4f0fc622aebfcedfaa181fdb0-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}