List all tournaments or create a new tournament.

GET /api/v1/tournaments/?format=api&ordering=start_waiting&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=start_waiting&page=5923",
    "results": [
        {
            "id": 3601,
            "name": "Chinese tournament's",
            "director": {
                "id": 117797,
                "username": "Hao",
                "country": "cn",
                "icon": "https://secure.gravatar.com/avatar/2ddc0a2f6b4f5fcab04ccc1b3b1d2a13?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1633.9256081566064,
                        "deviation": 68.34269329834888,
                        "volatility": 0.060003449667971685
                    }
                },
                "ranking": 26.283178512655773,
                "professional": false,
                "ui_class": ""
            },
            "description": "The Best Chinese tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 13440,
            "time_control_parameters": {
                "total_time": 1209600,
                "time_control": "absolute"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 479,
                "name": "Ogs pro",
                "summary": "The best tournament's",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2014-12-23T01:46:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-12-27T20:27:20.542843Z",
            "ended": "2015-03-05T07:00:45.483026Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}