List all tournaments or create a new tournament.

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

{
    "count": 59471,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5947",
    "results": [
        {
            "id": 2777,
            "name": "Go Is Magic",
            "director": {
                "id": 54417,
                "username": "victusnex",
                "country": "_GoT_Targaryen",
                "icon": "https://secure.gravatar.com/avatar/c521b47c4e56bd819176664cc2cfcb54?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1191.6369402977903,
                        "deviation": 65.56859646722863,
                        "volatility": 0.05998396447766706
                    }
                },
                "ranking": 18.975706785862375,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Tournament for Touhou Tea Time members. First round will be the 29th at our normal club time bring you laptops! For those that cannot make it will probably start around 7:00",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 43,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 30,
                "main_time": 1200,
                "periods": 100
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 189,
                "name": "Touhou Tea Time",
                "summary": "For past and present members of DigiPen's Touhou Tea Time",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 6,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2014-01-30T03:21:17.660071Z",
            "ended": "2014-06-25T00:37:22.190591Z",
            "start_waiting": "2014-01-30T03:21:16.707505Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}