List all tournaments or create a new tournament.

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

{
    "count": 59691,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5969",
    "results": [
        {
            "id": 103686,
            "name": "Losers come",
            "director": {
                "id": 1315300,
                "username": "陳梓睿",
                "country": "hk",
                "icon": "https://secure.gravatar.com/avatar/6bd542a019732cd63f0dca7a5724905f?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1445.457584018599,
                        "deviation": 88.13613666187219,
                        "volatility": 0.06002833457588764
                    }
                },
                "ranking": 23.445925407494176,
                "professional": false,
                "ui_class": ""
            },
            "description": "Losers plz come here so I can lose",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 107733,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 604800,
                "period_time": 86400,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3852,
                "name": "Hong Kong ",
                "summary": "First priority : HK people join plz                                                                     \nThis group welcomes everyone, but only if you don't be rude.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 148,
                "icon": "https://user-uploads.online-go.com/cb4f2676677eaafca853a69c876d0443-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-05-27T04: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": "2024-07-13T13:48:34.852312Z",
            "ended": "2024-08-02T03:55:44.645464Z",
            "start_waiting": "2024-07-13T13:48:34.775106Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/cb4f2676677eaafca853a69c876d0443-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}