List all tournaments or create a new tournament.

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

{
    "count": 59121,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5912",
    "results": [
        {
            "id": 2727,
            "name": "GO Beginners",
            "director": {
                "id": 57116,
                "username": "shaolin",
                "country": "de",
                "icon": "https://secure.gravatar.com/avatar/a01b0e61e9d22b6ae5c71c8b71c34e37?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 946.1847615199749,
                        "deviation": 171.664689168067,
                        "volatility": 0.059996756672184307
                    }
                },
                "ranking": 13.636266636999832,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "30 - 25 k",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17865,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-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": false,
            "exclusivity": "open",
            "started": "2013-12-24T08:36:06.527294Z",
            "ended": "2014-02-28T02:03:00.079385Z",
            "start_waiting": "2013-12-24T08:36:05.818884Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}