List all tournaments or create a new tournament.

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

{
    "count": 59771,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5977",
    "results": [
        {
            "id": 71141,
            "name": "Serene Go 9x9 2021-02-08",
            "director": {
                "id": 309835,
                "username": "Feijoa",
                "country": "xx",
                "icon": "https://user-uploads.online-go.com/933c836f564b271ba762aff02e654cf3-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1237.6625715166617,
                        "deviation": 66.7126318812099,
                        "volatility": 0.06014431741513577
                    }
                },
                "ranking": 19.85301390446537,
                "professional": false,
                "ui_class": "supporter moderator"
            },
            "description": "A 9x9 handicap tournament.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 611520,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 604800,
                "initial_time": 604800,
                "max_time": 1209600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6635,
                "name": "Serene Go",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2021-02-10T06:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2021-02-09T19:07:01.589380Z",
            "ended": "2021-04-21T17:32:34.378406Z",
            "start_waiting": "2021-02-09T19:07:00.851039Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}