List all tournaments or create a new tournament.

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

{
    "count": 59402,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5940",
    "results": [
        {
            "id": 65454,
            "name": "möhmöh2",
            "director": {
                "id": 609058,
                "username": "ranzuh",
                "country": "fi",
                "icon": "https://secure.gravatar.com/avatar/5493a35c47ea10209194a6713d3702ab?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1075.964384931547,
                        "deviation": 63.7394227727917,
                        "volatility": 0.05999746040055684
                    }
                },
                "ranking": 16.611846852466535,
                "professional": false,
                "ui_class": ""
            },
            "description": "möhmöh2",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 34,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 420,
                "period_time": 30,
                "periods": 4
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6829,
                "name": "Möhkäkalat",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-09-14T18: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": "2020-09-14T17:08:24.987203Z",
            "ended": "2020-09-14T17:14:44.221295Z",
            "start_waiting": "2020-09-14T17:08:24.688619Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 115148,
            "name": "Corrispondenza 9x9",
            "director": {
                "id": 370803,
                "username": "StonedStoner",
                "country": "it",
                "icon": "https://user-uploads.online-go.com/e0fafe3c71b17deaa017e410ee3c84e5-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 914.2948058607521,
                        "deviation": 67.2326823764259,
                        "volatility": 0.05998738554364981
                    }
                },
                "ranking": 12.842573656150657,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneino solo per flexare.\nSi apprezzano analisi e ramificazioni, schiaffi gratuiti, e proverbi improvvisati.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14211,
                "name": "Genova Go Club",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 14,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2024-04-19T17: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": "2024-04-19T17:05:23.109459Z",
            "ended": "2024-05-17T05:36:00.397453Z",
            "start_waiting": "2024-04-19T17:05:23.008042Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}