List all tournaments or create a new tournament.

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

{
    "count": 59471,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5947",
    "results": [
        {
            "id": 64937,
            "name": "small tournament #2",
            "director": {
                "id": 736023,
                "username": "2026vs.",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/7b00a5b491f99a02c822db43039ddd91-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1529.4955917779457,
                        "deviation": 63.196335111054026,
                        "volatility": 0.060307009572073786
                    }
                },
                "ranking": 24.754179686665076,
                "professional": false,
                "ui_class": ""
            },
            "description": "small and fast",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 172800,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "per_move": 172800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5351,
                "name": "2025vs ",
                "summary": "A group for Go players who love the 9x9 board to 19x19 board and an open group for any go players......and members over 150!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 192,
                "icon": "https://user-uploads.online-go.com/800b4a0d234e19e92a200d1dd3e4faff-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-09-05T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-09-02T02:27:56.026065Z",
            "ended": "2020-10-27T04:51:37.213525Z",
            "start_waiting": "2020-09-02T02:27:55.728285Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/800b4a0d234e19e92a200d1dd3e4faff-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}