List all tournaments or create a new tournament.

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

{
    "count": 59511,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=name&page=5951",
    "results": [
        {
            "id": 64994,
            "name": "🪔God of Go Deepavali Theme Tournament!🪔",
            "director": {
                "id": 681235,
                "username": "johannguyen",
                "country": "sg",
                "icon": "https://user-uploads.online-go.com/5b71579a2dd747619908f8c25e7257b3-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1786.0753867808758,
                        "deviation": 64.7454226166136,
                        "volatility": 0.060078710528863946
                    }
                },
                "ranking": 28.344343935517347,
                "professional": false,
                "ui_class": ""
            },
            "description": "🪔Deepavali is near soon, let's celebrate with a tournament!🪔\n\nDeepavali, also known as Diwali, is an festival celebrated by Hindus, Jains, Sikhs, and Newar Buddhists. This festival symbolises light over darkness, knowledge over ignorance and good over evil. \n\nDo invite more players to make the tournament more lively!\n\nHave fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 259200,
                "period_time": 86400,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4006,
                "name": "God of Go",
                "summary": "FIRST DECENTRALIZED GO LEARNING AND PLAYING PLATFORM",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 412,
                "icon": "https://user-uploads.online-go.com/e758f131015bdcdb1ffce1d7e8b77f6d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-13T16:00:00Z",
            "players_start": 20,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 20,
            "max_ranking": 34,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-11-13T16:00:26.027951Z",
            "ended": "2021-03-17T05:32:06.281665Z",
            "start_waiting": "2020-11-13T16:00:24.785184Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e758f131015bdcdb1ffce1d7e8b77f6d-15.png",
            "player_count": 24,
            "ranked": true
        }
    ]
}