List all tournaments or create a new tournament.

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

{
    "count": 59091,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5909",
    "results": [
        {
            "id": 82039,
            "name": "Tournament 1",
            "director": {
                "id": 835368,
                "username": "ScienceMarc",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/e211153cc39b72cbd32da568314c92ad-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1123.5383491408475,
                        "deviation": 86.66176896958628,
                        "volatility": 0.060018780462853104
                    }
                },
                "ranking": 17.613445122335676,
                "professional": false,
                "ui_class": ""
            },
            "description": "first tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 31,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 120,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 8935,
                "name": "BISH Go Club",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2021-11-02T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-11-02T20:52:19.048432Z",
            "ended": "2021-11-02T21:26:18.571249Z",
            "start_waiting": "2021-11-02T20:52:18.851304Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 7,
            "ranked": true
        }
    ]
}