List all tournaments or create a new tournament.

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

{
    "count": 58832,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=max_ranking&page=5883",
    "results": [
        {
            "id": 66152,
            "name": "Grupo A — Ronda 1",
            "director": {
                "id": 58535,
                "username": "blaumag",
                "country": "ar",
                "icon": "https://user-uploads.online-go.com/b9111f93173ba3f8763596a345d7e40e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1491.4078798746825,
                        "deviation": 341.6984305472543,
                        "volatility": 0.05999984344025184
                    }
                },
                "ranking": 24.170395885469745,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Grupo A — Ronda 1",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 43,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6840,
                "name": "CURSO UNR JULIO 2022",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 21,
                "icon": "https://user-uploads.online-go.com/64c0f29be00c04921a5b03e563575657-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-10-02T18:33:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2020-10-02T18:33:39.327010Z",
            "ended": "2020-10-02T18:51:07.709985Z",
            "start_waiting": "2020-10-02T18:33:39.161946Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/64c0f29be00c04921a5b03e563575657-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 125044,
            "name": "ซ้อมแข่งของทีมเลขา",
            "director": {
                "id": 912066,
                "username": "cp01",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/de68cddd8756dc15dabf0412cd45dfe9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1025.93061700216,
                        "deviation": 107.2899597198185,
                        "volatility": 0.06005411806588447
                    }
                },
                "ranking": 15.509507700673431,
                "professional": false,
                "ui_class": ""
            },
            "description": "ซ้อมแข่งของทีมเลขา",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "rapid",
                "pause_on_weekends": false,
                "total_time": 420
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14955,
                "name": "Go เลขา+ประสานงาน",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 59,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2025-02-04T04:05:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2025-02-04T04:05:23.736356Z",
            "ended": "2025-02-04T04:54:09.476304Z",
            "start_waiting": "2025-02-04T04:05:23.604009Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 20,
            "ranked": true
        }
    ]
}