List all tournaments or create a new tournament.

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

{
    "count": 59261,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5926",
    "results": [
        {
            "id": 109990,
            "name": "2023 Winter Lviv tournament - 9x9",
            "director": {
                "id": 427977,
                "username": "OleksandrPshenychnyy",
                "country": "ua",
                "icon": "https://user-uploads.online-go.com/d549d0e6e73d804c76aa49a720165e9a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1652.6891169201367,
                        "deviation": 66.36352278789413,
                        "volatility": 0.06001771965519038
                    }
                },
                "ranking": 26.547511258394493,
                "professional": false,
                "ui_class": ""
            },
            "description": "2023 Winter Lviv tournament - 9x9",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 37943,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 28800,
                "initial_time": 259200,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1460,
                "name": "Lviv Club",
                "summary": "Lviv Go Players Group",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 27,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2023-12-01T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-12-01T05:00:31.748014Z",
            "ended": "2024-04-12T17:08:20.101800Z",
            "start_waiting": "2023-12-01T05:00:31.357267Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 10,
            "ranked": true
        }
    ]
}